Remove a debug message.

This commit is contained in:
Alexander 2015-08-18 16:05:45 -04:00
parent 2aa8488175
commit 656185975b

View file

@ -864,7 +864,6 @@ class DistributedCannon(DistributedObject.DistributedObject):
def removeAvFromCannon(self):
place = base.cr.playGame.getPlace()
print 'removeAvFromCannon'
self.notify.debug('self.inWater = %s' % self.inWater)
if place:
if not hasattr(place, 'fsm'):