diff options
Diffstat (limited to 'OpenSim/Framework/WebUtil.cs')
-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 cafa441..c6be79e 100644 --- a/OpenSim/Framework/WebUtil.cs +++ b/OpenSim/Framework/WebUtil.cs | |||
@@ -297,7 +297,7 @@ namespace OpenSim.Framework | |||
297 | catch (Exception e) | 297 | catch (Exception e) |
298 | { | 298 | { |
299 | // don't need to treat this as an error... we're just guessing anyway | 299 | // don't need to treat this as an error... we're just guessing anyway |
300 | m_log.DebugFormat("[WEB UTIL] couldn't decode <{0}>: {1}",response,e.Message); | 300 | // m_log.DebugFormat("[WEB UTIL] couldn't decode <{0}>: {1}",response,e.Message); |
301 | } | 301 | } |
302 | 302 | ||
303 | return result; | 303 | return result; |