mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
remove logging around bubble leave entity
This commit is contained in:
parent
0ac4da285c
commit
da90b7ff08
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
|||
|
||||
|
||||
this.leaveEntity = function(entityID) {
|
||||
print('LEAVE ENTITY:' + entityID)
|
||||
// print('LEAVE ENTITY:' + entityID)
|
||||
};
|
||||
|
||||
this.collisionWithEntity = function(myID, otherID, collision) {
|
||||
|
|
Loading…
Reference in a new issue