remove last debug msg

avinationmerge
UbitUmarov 2014-11-01 16:04:22 +00:00
parent f2ea426453
commit 377a8072dc
1 changed files with 1 additions and 1 deletions

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);
}
}