Removing debug

This commit is contained in:
root
2010-09-16 23:26:53 +02:00
parent a0c87b5af6
commit 1e4e978f7f

View File

@@ -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);
}
}