mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
Removing debug
This commit is contained in:
@@ -696,7 +696,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
if (node.Attributes["UUID"] != null)
|
||||
{
|
||||
UUID itemid = new UUID(node.Attributes["UUID"].Value);
|
||||
m_log.DebugFormat("[SCRIPT STATE]: Adding state for oldID {0}", itemid);
|
||||
m_savedScriptState.Add(itemid, node.InnerXml);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user