remove logging around bubble leave entity

This commit is contained in:
James Pollack 2015-09-09 09:53:47 -07:00
parent 0ac4da285c
commit da90b7ff08

View file

@ -53,7 +53,7 @@
this.leaveEntity = function(entityID) {
print('LEAVE ENTITY:' + entityID)
// print('LEAVE ENTITY:' + entityID)
};
this.collisionWithEntity = function(myID, otherID, collision) {