aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-01-16 23:04:08 +0000
committerJustin Clark-Casey (justincc)2012-01-16 23:04:08 +0000
commit59a0c50d48100527d00ea87935fdc24055249ba5 (patch)
treef7d0715f68bdc2cfeb819abe494b0018beb20017 /OpenSim/Region/Framework
parentRemove monocov and other obsolete nant build targets. (diff)
downloadopensim-SC_OLD-59a0c50d48100527d00ea87935fdc24055249ba5.zip
opensim-SC_OLD-59a0c50d48100527d00ea87935fdc24055249ba5.tar.gz
opensim-SC_OLD-59a0c50d48100527d00ea87935fdc24055249ba5.tar.bz2
opensim-SC_OLD-59a0c50d48100527d00ea87935fdc24055249ba5.tar.xz
Comment out noisy log lines I accidentally included in the nant build target adjustment commit.
Left in the method doc.
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index 230cf91..c66f30e 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -1212,7 +1212,7 @@ namespace OpenSim.Region.Framework.Scenes
1212 m_callbackURI = null; 1212 m_callbackURI = null;
1213 } 1213 }
1214 1214
1215 m_log.DebugFormat("[SCENE PRESENCE] Completed movement"); 1215// m_log.DebugFormat("[SCENE PRESENCE] Completed movement");
1216 1216
1217 ControllingClient.MoveAgentIntoRegion(m_scene.RegionInfo, AbsolutePosition, look); 1217 ControllingClient.MoveAgentIntoRegion(m_scene.RegionInfo, AbsolutePosition, look);
1218 ValidateAndSendAppearanceAndAgentData(); 1218 ValidateAndSendAppearanceAndAgentData();