remove last debug msg

This commit is contained in:
UbitUmarov
2014-11-01 16:04:22 +00:00
parent f2ea426453
commit 377a8072dc

View File

@@ -281,7 +281,7 @@ namespace OpenSim.Framework
{
string responseStr = null;
responseStr = responseStream.GetStreamString();
m_log.DebugFormat("[WEB UTIL]: <{0}> response is <{1}>",reqnum,responseStr);
//m_log.DebugFormat("[WEB UTIL]: <{0}> response is <{1}>",reqnum,responseStr);
return CanonicalizeResults(responseStr);
}
}