remove debug code

This commit is contained in:
David Vierra 2011-09-18 00:49:12 -10:00
parent af1c056b96
commit e218c2b01e

View File

@ -2579,8 +2579,8 @@ class MCInfdevOldLevel(EntityLevel):
def shouldCreateFunc(slices, point):
box = subbox(slices, point)
b = any(list(sourceLevel.containsChunk(*c) for c in box.chunkPositions)) #any() won't take a generator-expression :(
if b == False:
print 'Skipped ', list(box.chunkPositions)
#if b == False:
# print 'Skipped ', list(box.chunkPositions)
return b
for chunk, slices, point in self.getChunkSlices(destBox, create=(create and shouldCreateFunc)):