mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
Comment verbose debug message in GetTexture
This commit is contained in:
@@ -73,7 +73,7 @@ namespace OpenSim.Capabilities.Handlers
|
||||
string textureStr = query.GetOne("texture_id");
|
||||
string format = query.GetOne("format");
|
||||
|
||||
m_log.DebugFormat("[GETTEXTURE]: called {0}", textureStr);
|
||||
//m_log.DebugFormat("[GETTEXTURE]: called {0}", textureStr);
|
||||
|
||||
if (m_assetService == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user