Revert "WARNING: BRUTE FORCE DEBUG. AVOID USING THIS COMMIT."

This reverts commit c95a23863a.
cpu-performance
Diva Canto 2013-07-04 13:25:58 -07:00
parent c95a23863a
commit 33ddb6c246
1 changed files with 0 additions and 4 deletions

View File

@ -1061,7 +1061,6 @@ namespace OpenSim.Framework
int tickdiff = Util.EnvironmentTickCountSubtract(tickstart);
if (tickdiff > WebUtil.LongCallTime)
{
m_log.InfoFormat(
"[FORMS]: Slow request {0} {1} {2} took {3}ms, {4}ms writing, {5}",
reqnum,
@ -1070,9 +1069,6 @@ namespace OpenSim.Framework
tickdiff,
tickdata,
obj.Length > WebUtil.MaxRequestDiagLength ? obj.Remove(WebUtil.MaxRequestDiagLength) : obj);
Util.PrintCallStack();
}
else if (WebUtil.DebugLevel >= 4)
m_log.DebugFormat(
"[WEB UTIL]: HTTP OUT {0} took {1}ms, {2}ms writing",