Skip to content
This repository was archived by the owner on Dec 2, 2022. It is now read-only.

Commit c511ded

Browse files
author
Adam Warner
committed
no need to print to log here
1 parent 88f0b0c commit c511ded

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Matterhook.NET/Controllers/GitHubHookController.cs

-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ public async Task<IActionResult> Receive()
6969
using (var reader = new StreamReader(Request.Body, Encoding.UTF8))
7070
{
7171
payloadText = await reader.ReadToEndAsync().ConfigureAwait(false);
72-
Util.LogList(stuffToLog);
7372
}
7473

7574
if (_config.DebugSavePayloads)

0 commit comments

Comments
 (0)