diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Services/GridService/GridService.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Services/GridService/GridService.cs b/OpenSim/Services/GridService/GridService.cs index 6b2dddf..a11cae1 100644 --- a/OpenSim/Services/GridService/GridService.cs +++ b/OpenSim/Services/GridService/GridService.cs | |||
@@ -341,7 +341,7 @@ namespace OpenSim.Services.GridService | |||
341 | 341 | ||
342 | return String.Empty; | 342 | return String.Empty; |
343 | } | 343 | } |
344 | 344 | /* | |
345 | /// <summary> | 345 | /// <summary> |
346 | /// Search the region map for regions conflicting with this region. | 346 | /// Search the region map for regions conflicting with this region. |
347 | /// The region to be added is passed and we look for any existing regions that are | 347 | /// The region to be added is passed and we look for any existing regions that are |
@@ -433,7 +433,7 @@ namespace OpenSim.Services.GridService | |||
433 | // is the non-conflicting region found at the location being requested. | 433 | // is the non-conflicting region found at the location being requested. |
434 | return region; | 434 | return region; |
435 | } | 435 | } |
436 | 436 | */ | |
437 | // String describing name and region location of passed region | 437 | // String describing name and region location of passed region |
438 | private String RegionString(RegionData reg) | 438 | private String RegionString(RegionData reg) |
439 | { | 439 | { |
@@ -548,8 +548,8 @@ namespace OpenSim.Services.GridService | |||
548 | } | 548 | } |
549 | else | 549 | else |
550 | { | 550 | { |
551 | m_log.DebugFormat("{0} GetRegionByPosition. Did not find region in database. Pos=<{1},{2}>", | 551 | // m_log.DebugFormat("{0} GetRegionByPosition. Did not find region in database. Pos=<{1},{2}>", |
552 | LogHeader, regionX, regionY); | 552 | // LogHeader, regionX, regionY); |
553 | return null; | 553 | return null; |
554 | } | 554 | } |
555 | } | 555 | } |