this log is spammy, move it to debug level
This commit is contained in:
parent
19190964ba
commit
c27ad24f7f
@ -1130,7 +1130,7 @@ class MCLevel(object):
|
|||||||
tileEntsCopied += 1;
|
tileEntsCopied += 1;
|
||||||
except ChunkNotPresent:
|
except ChunkNotPresent:
|
||||||
pass
|
pass
|
||||||
info( u"Copied {0} entities, {1} tile entities".format(entsCopied, tileEntsCopied) )
|
debug( u"Copied {0} entities, {1} tile entities".format(entsCopied, tileEntsCopied) )
|
||||||
|
|
||||||
|
|
||||||
def removeEntitiesInBox(self, box):
|
def removeEntitiesInBox(self, box):
|
||||||
|
Reference in New Issue
Block a user