diff options
author | UbitUmarov | 2016-08-23 11:52:52 +0100 |
---|---|---|
committer | UbitUmarov | 2016-08-23 11:52:52 +0100 |
commit | ed6d9199ce48c7913cf7b8d084ee2afe922e3045 (patch) | |
tree | 22a1c95e99ff9851d540990b9781a3cbe74bf9a4 /OpenSim/Region/Framework/Scenes | |
parent | replace warp3D.dll by a newer modified version. (only minor testing done :( (diff) | |
download | opensim-SC_OLD-ed6d9199ce48c7913cf7b8d084ee2afe922e3045.zip opensim-SC_OLD-ed6d9199ce48c7913cf7b8d084ee2afe922e3045.tar.gz opensim-SC_OLD-ed6d9199ce48c7913cf7b8d084ee2afe922e3045.tar.bz2 opensim-SC_OLD-ed6d9199ce48c7913cf7b8d084ee2afe922e3045.tar.xz |
coment some debug messages
Diffstat (limited to 'OpenSim/Region/Framework/Scenes')
-rwxr-xr-x | OpenSim/Region/Framework/Scenes/Scene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index 88416e4..fee3bcf 100755 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -5028,7 +5028,7 @@ Label_GroupsDone: | |||
5028 | 5028 | ||
5029 | public LandData GetLandData(uint x, uint y) | 5029 | public LandData GetLandData(uint x, uint y) |
5030 | { | 5030 | { |
5031 | m_log.DebugFormat("[SCENE]: returning land for {0},{1}", x, y); | 5031 | // m_log.DebugFormat("[SCENE]: returning land for {0},{1}", x, y); |
5032 | ILandObject parcel = LandChannel.GetLandObject((int)x, (int)y); | 5032 | ILandObject parcel = LandChannel.GetLandObject((int)x, (int)y); |
5033 | if (parcel == null) | 5033 | if (parcel == null) |
5034 | return null; | 5034 | return null; |