mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
remove a log message under cond comp
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user