mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-28 18:38:47 +02:00
Remove unnecessary print
This commit is contained in:
parent
78207f0d51
commit
361bf7e441
1 changed files with 0 additions and 1 deletions
|
@ -520,7 +520,6 @@ function findClickedEntity(event) {
|
||||||
var pickZones = event.isControl;
|
var pickZones = event.isControl;
|
||||||
|
|
||||||
if (pickZones) {
|
if (pickZones) {
|
||||||
print("Picking zones");
|
|
||||||
Entities.setZonesArePickable(true);
|
Entities.setZonesArePickable(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue