mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02: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) {
|
||||
print("ENTITY CLICK")
|
||||
if (!mouseEvent.isLeftButton) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue