mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 18:16:45 +02:00
removing lingering print statement
This commit is contained in:
parent
afae4f3b96
commit
fda3ec87ce
1 changed files with 0 additions and 1 deletions
|
@ -358,7 +358,6 @@
|
||||||
|
|
||||||
Menu.setIsOptionChecked("Show Overlays", physicsEnabled);
|
Menu.setIsOptionChecked("Show Overlays", physicsEnabled);
|
||||||
if (!HMD.active) {
|
if (!HMD.active) {
|
||||||
print("Show toolbar: " + physicsEnabled);
|
|
||||||
toolbar.writeProperty("visible", physicsEnabled);
|
toolbar.writeProperty("visible", physicsEnabled);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue