mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
Removing debug
This commit is contained in:
@@ -696,7 +696,6 @@ namespace OpenSim.Region.Framework.Scenes
|
|||||||
if (node.Attributes["UUID"] != null)
|
if (node.Attributes["UUID"] != null)
|
||||||
{
|
{
|
||||||
UUID itemid = new UUID(node.Attributes["UUID"].Value);
|
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);
|
m_savedScriptState.Add(itemid, node.InnerXml);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user