remove last debug msg
parent
f2ea426453
commit
377a8072dc
|
@ -281,7 +281,7 @@ namespace OpenSim.Framework
|
||||||
{
|
{
|
||||||
string responseStr = null;
|
string responseStr = null;
|
||||||
responseStr = responseStream.GetStreamString();
|
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);
|
return CanonicalizeResults(responseStr);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue