Comment out rez perms logging I accidentally left in at 7f07023 (Sat Apr 6 02:34:51 2013)

user_profiles
Justin Clark-Casey (justincc) 2013-04-09 23:21:13 +01:00
parent 659c741ff5
commit 06068444e2
1 changed files with 1 additions and 1 deletions

View File

@ -1453,7 +1453,7 @@ namespace OpenSim.Region.CoreModules.World.Permissions
bool permission = false;
m_log.DebugFormat("[PERMISSIONS MODULE]: Checking rez object at {0} in {1}", objectPosition, m_scene.Name);
// m_log.DebugFormat("[PERMISSIONS MODULE]: Checking rez object at {0} in {1}", objectPosition, m_scene.Name);
ILandObject land = m_scene.LandChannel.GetLandObject(objectPosition.X, objectPosition.Y);
if (land == null) return false;