mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 23:26:25 +02:00
Remove extraneous print
This commit is contained in:
parent
b8174b164f
commit
b5b1c5a90b
1 changed files with 0 additions and 1 deletions
|
@ -655,7 +655,6 @@ function mouseReleaseEvent(event) {
|
|||
}
|
||||
|
||||
function mouseClickEvent(event) {
|
||||
print("CLICK");
|
||||
if (isActive && event.isLeftButton) {
|
||||
var result = findClickedEntity(event);
|
||||
if (result === null) {
|
||||
|
|
Loading…
Reference in a new issue