aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework
diff options
context:
space:
mode:
authorUbitUmarov2018-01-20 12:11:07 +0000
committerUbitUmarov2018-01-20 12:11:07 +0000
commit49b4408782ddb598fbbc105665b2af4080c33a50 (patch)
treee8b83cea3271cb71d139d1babd51cb303ee6213e /OpenSim/Region/Framework
parentimprove LLSDHelpers DeserialiseOSDMap (diff)
downloadopensim-SC-49b4408782ddb598fbbc105665b2af4080c33a50.zip
opensim-SC-49b4408782ddb598fbbc105665b2af4080c33a50.tar.gz
opensim-SC-49b4408782ddb598fbbc105665b2af4080c33a50.tar.bz2
opensim-SC-49b4408782ddb598fbbc105665b2af4080c33a50.tar.xz
some cleanup
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index e10e787..ec09fe6 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -77,7 +77,6 @@ namespace OpenSim.Region.Framework.Scenes
77 public class ScenePresence : EntityBase, IScenePresence 77 public class ScenePresence : EntityBase, IScenePresence
78 { 78 {
79 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 79 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
80 private static readonly String LogHeader = "[SCENE PRESENCE]";
81 80
82// ~ScenePresence() 81// ~ScenePresence()
83// { 82// {