diff options
author | UbitUmarov | 2014-11-01 16:04:22 +0000 |
---|---|---|
committer | UbitUmarov | 2014-11-01 16:04:22 +0000 |
commit | 377a8072dcc39728f171d3e15100ba269857aa7f (patch) | |
tree | 9256b239e79a1105b2b4bf472957fed8cff422b8 /OpenSim/Framework | |
parent | debug msg (diff) | |
download | opensim-SC_OLD-377a8072dcc39728f171d3e15100ba269857aa7f.zip opensim-SC_OLD-377a8072dcc39728f171d3e15100ba269857aa7f.tar.gz opensim-SC_OLD-377a8072dcc39728f171d3e15100ba269857aa7f.tar.bz2 opensim-SC_OLD-377a8072dcc39728f171d3e15100ba269857aa7f.tar.xz |
remove last debug msg
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/WebUtil.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/WebUtil.cs b/OpenSim/Framework/WebUtil.cs index 82e777b..3625a1f 100644 --- a/OpenSim/Framework/WebUtil.cs +++ b/OpenSim/Framework/WebUtil.cs | |||
@@ -281,7 +281,7 @@ namespace OpenSim.Framework | |||
281 | { | 281 | { |
282 | string responseStr = null; | 282 | string responseStr = null; |
283 | responseStr = responseStream.GetStreamString(); | 283 | responseStr = responseStream.GetStreamString(); |
284 | m_log.DebugFormat("[WEB UTIL]: <{0}> response is <{1}>",reqnum,responseStr); | 284 | //m_log.DebugFormat("[WEB UTIL]: <{0}> response is <{1}>",reqnum,responseStr); |
285 | return CanonicalizeResults(responseStr); | 285 | return CanonicalizeResults(responseStr); |
286 | } | 286 | } |
287 | } | 287 | } |