mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 05:17:02 +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) {
|
this.leaveEntity = function(entityID) {
|
||||||
print('LEAVE ENTITY:' + entityID)
|
// print('LEAVE ENTITY:' + entityID)
|
||||||
};
|
};
|
||||||
|
|
||||||
this.collisionWithEntity = function(myID, otherID, collision) {
|
this.collisionWithEntity = function(myID, otherID, collision) {
|
||||||
|
|
Loading…
Reference in a new issue