mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 05:23:33 +02: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