diff options
author | Justin Clark-Casey (justincc) | 2011-09-21 20:15:06 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-09-21 20:15:06 +0100 |
commit | 572b680cb01a856f860b1e3fb40a7153a36113f2 (patch) | |
tree | 46f53e69b2aa353c625363bcf0b901f30781caad /OpenSim | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-572b680cb01a856f860b1e3fb40a7153a36113f2.zip opensim-SC_OLD-572b680cb01a856f860b1e3fb40a7153a36113f2.tar.gz opensim-SC_OLD-572b680cb01a856f860b1e3fb40a7153a36113f2.tar.bz2 opensim-SC_OLD-572b680cb01a856f860b1e3fb40a7153a36113f2.tar.xz |
get rid of an incredibly noisy logging message from the last commit
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index 5a3e587..affb844 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -588,7 +588,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
588 | set | 588 | set |
589 | { | 589 | { |
590 | m_bodyRot = value; | 590 | m_bodyRot = value; |
591 | m_log.DebugFormat("[SCENE PRESENCE]: Body rot for {0} set to {1}", Name, m_bodyRot); | 591 | // m_log.DebugFormat("[SCENE PRESENCE]: Body rot for {0} set to {1}", Name, m_bodyRot); |
592 | } | 592 | } |
593 | } | 593 | } |
594 | 594 | ||