Comment out noisy log lines I accidentally included in the nant build target adjustment commit.

Left in the method doc.
This commit is contained in:
Justin Clark-Casey (justincc)
2012-01-16 23:04:08 +00:00
parent 82ad9d4e04
commit 59a0c50d48
3 changed files with 8 additions and 8 deletions

View File

@@ -1212,7 +1212,7 @@ namespace OpenSim.Region.Framework.Scenes
m_callbackURI = null;
}
m_log.DebugFormat("[SCENE PRESENCE] Completed movement");
// m_log.DebugFormat("[SCENE PRESENCE] Completed movement");
ControllingClient.MoveAgentIntoRegion(m_scene.RegionInfo, AbsolutePosition, look);
ValidateAndSendAppearanceAndAgentData();