aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Capabilities/Handlers/GetTexture/GetTextureHandler.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Capabilities/Handlers/GetTexture/GetTextureHandler.cs')
-rw-r--r--OpenSim/Capabilities/Handlers/GetTexture/GetTextureHandler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Capabilities/Handlers/GetTexture/GetTextureHandler.cs b/OpenSim/Capabilities/Handlers/GetTexture/GetTextureHandler.cs
index 00ff3d0..105a1e0 100644
--- a/OpenSim/Capabilities/Handlers/GetTexture/GetTextureHandler.cs
+++ b/OpenSim/Capabilities/Handlers/GetTexture/GetTextureHandler.cs
@@ -73,7 +73,7 @@ namespace OpenSim.Capabilities.Handlers
73 string textureStr = query.GetOne("texture_id"); 73 string textureStr = query.GetOne("texture_id");
74 string format = query.GetOne("format"); 74 string format = query.GetOne("format");
75 75
76 m_log.DebugFormat("[GETTEXTURE]: called {0}", textureStr); 76 //m_log.DebugFormat("[GETTEXTURE]: called {0}", textureStr);
77 77
78 if (m_assetService == null) 78 if (m_assetService == null)
79 { 79 {