mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
remove unnecessary print statement
This commit is contained in:
parent
9c220b3e9b
commit
a16f6c2ce4
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
this.clickReleaseOnEntity = function(entityId, mouseEvent) {
|
this.clickReleaseOnEntity = function(entityId, mouseEvent) {
|
||||||
print("ENTITY CLICK")
|
|
||||||
if (!mouseEvent.isLeftButton) {
|
if (!mouseEvent.isLeftButton) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue