diff options
author | Justin Clark-Casey (justincc) | 2012-07-10 23:06:34 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-07-10 23:06:34 +0100 |
commit | 506437b68449ab521f0ccf467ad642ad5e442d73 (patch) | |
tree | cb4f91edd581b2cd166b3cf9847bc9a30392b33a /OpenSim/Region/Framework/Scenes | |
parent | Disable logging in regression test in OSSL_ApiAttachmentTests (diff) | |
download | opensim-SC_OLD-506437b68449ab521f0ccf467ad642ad5e442d73.zip opensim-SC_OLD-506437b68449ab521f0ccf467ad642ad5e442d73.tar.gz opensim-SC_OLD-506437b68449ab521f0ccf467ad642ad5e442d73.tar.bz2 opensim-SC_OLD-506437b68449ab521f0ccf467ad642ad5e442d73.tar.xz |
Remove log line accidentally left in SP.SendSitResponse()
Diffstat (limited to '')
-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 51ca9bd..c71bae9 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -1895,7 +1895,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
1895 | ) | 1895 | ) |
1896 | )); | 1896 | )); |
1897 | 1897 | ||
1898 | m_log.DebugFormat("[SCENE PRESENCE]: {0} {1}", SitTargetisSet, SitTargetUnOccupied); | 1898 | // m_log.DebugFormat("[SCENE PRESENCE]: {0} {1}", SitTargetisSet, SitTargetUnOccupied); |
1899 | 1899 | ||
1900 | if (PhysicsActor != null) | 1900 | if (PhysicsActor != null) |
1901 | m_sitAvatarHeight = PhysicsActor.Size.Z; | 1901 | m_sitAvatarHeight = PhysicsActor.Size.Z; |