remove a log message under cond comp

master
UbitUmarov 2020-04-02 23:05:22 +01:00
parent 4af5dfa0d0
commit f1761a5b6c
1 changed files with 0 additions and 5 deletions

View File

@ -189,11 +189,6 @@ namespace OSHttpServer.Parser
return AddToBody(buffer, offset, count);
}
#if DEBUG
string temp = Encoding.ASCII.GetString(buffer, offset, count);
_log.Write(this, LogPrio.Trace, "\r\n\r\n HTTP MESSAGE: " + temp + "\r\n");
#endif
int currentLine = 1;
int startPos = -1;