diff options
Diffstat (limited to 'OpenSim/Server/Handlers')
-rw-r--r-- | OpenSim/Server/Handlers/Simulation/AgentHandlers.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs index b65a443..fdb4967 100644 --- a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs +++ b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs | |||
@@ -251,7 +251,7 @@ namespace OpenSim.Server.Handlers.Simulation | |||
251 | public override byte[] Handle(string path, Stream request, | 251 | public override byte[] Handle(string path, Stream request, |
252 | OSHttpRequest httpRequest, OSHttpResponse httpResponse) | 252 | OSHttpRequest httpRequest, OSHttpResponse httpResponse) |
253 | { | 253 | { |
254 | m_log.DebugFormat("[SIMULATION]: Stream handler called"); | 254 | // m_log.DebugFormat("[SIMULATION]: Stream handler called"); |
255 | 255 | ||
256 | Hashtable keysvals = new Hashtable(); | 256 | Hashtable keysvals = new Hashtable(); |
257 | Hashtable headervals = new Hashtable(); | 257 | Hashtable headervals = new Hashtable(); |
@@ -438,7 +438,7 @@ namespace OpenSim.Server.Handlers.Simulation | |||
438 | public override byte[] Handle(string path, Stream request, | 438 | public override byte[] Handle(string path, Stream request, |
439 | OSHttpRequest httpRequest, OSHttpResponse httpResponse) | 439 | OSHttpRequest httpRequest, OSHttpResponse httpResponse) |
440 | { | 440 | { |
441 | m_log.DebugFormat("[SIMULATION]: Stream handler called"); | 441 | // m_log.DebugFormat("[SIMULATION]: Stream handler called"); |
442 | 442 | ||
443 | Hashtable keysvals = new Hashtable(); | 443 | Hashtable keysvals = new Hashtable(); |
444 | Hashtable headervals = new Hashtable(); | 444 | Hashtable headervals = new Hashtable(); |