diff options
author | Justin Clark-Casey (justincc) | 2013-04-09 23:21:13 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-04-09 23:21:13 +0100 |
commit | 06068444e2486cb761d266c6831c54fc27d7d5c2 (patch) | |
tree | e95b0ca01e79dd4f7beca6d63982138f57926a16 /OpenSim | |
parent | Add more notes to async_call_method relating to UnsafeQueueUserWorkItem (diff) | |
download | opensim-SC_OLD-06068444e2486cb761d266c6831c54fc27d7d5c2.zip opensim-SC_OLD-06068444e2486cb761d266c6831c54fc27d7d5c2.tar.gz opensim-SC_OLD-06068444e2486cb761d266c6831c54fc27d7d5c2.tar.bz2 opensim-SC_OLD-06068444e2486cb761d266c6831c54fc27d7d5c2.tar.xz |
Comment out rez perms logging I accidentally left in at 7f07023 (Sat Apr 6 02:34:51 2013)
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/CoreModules/World/Permissions/PermissionsModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/Permissions/PermissionsModule.cs b/OpenSim/Region/CoreModules/World/Permissions/PermissionsModule.cs index 77299be..f8e93e1 100644 --- a/OpenSim/Region/CoreModules/World/Permissions/PermissionsModule.cs +++ b/OpenSim/Region/CoreModules/World/Permissions/PermissionsModule.cs | |||
@@ -1453,7 +1453,7 @@ namespace OpenSim.Region.CoreModules.World.Permissions | |||
1453 | 1453 | ||
1454 | bool permission = false; | 1454 | bool permission = false; |
1455 | 1455 | ||
1456 | m_log.DebugFormat("[PERMISSIONS MODULE]: Checking rez object at {0} in {1}", objectPosition, m_scene.Name); | 1456 | // m_log.DebugFormat("[PERMISSIONS MODULE]: Checking rez object at {0} in {1}", objectPosition, m_scene.Name); |
1457 | 1457 | ||
1458 | ILandObject land = m_scene.LandChannel.GetLandObject(objectPosition.X, objectPosition.Y); | 1458 | ILandObject land = m_scene.LandChannel.GetLandObject(objectPosition.X, objectPosition.Y); |
1459 | if (land == null) return false; | 1459 | if (land == null) return false; |