Skip to content

Commit b15111f

Browse files
committed
remove TODO
1 parent 9f4ec31 commit b15111f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Libraries/Core/Servers/Http/SptHttpListener.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ protected bool IsDebugRequest(HttpRequest req)
182182
*/
183183
protected void LogRequest(HttpRequest req, string output)
184184
{
185-
// TODO: when do we want to log these?
186185
if (ProgramStatics.ENTRY_TYPE() != EntryType.RELEASE)
187186
{
188187
var log = new Response(req.Method, output);
@@ -204,7 +203,6 @@ public string GetResponse(string sessionID, HttpRequest req, string? body)
204203
if (ProgramStatics.ENTRY_TYPE() != EntryType.RELEASE)
205204
{
206205
// Parse quest info into object
207-
208206
var log = new Request(req.Method, new RequestData(req.Path, req.Headers, deserializedObject));
209207
_requestLogger.Info($"REQUEST={_jsonUtil.Serialize(log)}");
210208
}

0 commit comments

Comments
 (0)