removing lingering print statement

This commit is contained in:
Wayne Chen 2018-09-26 15:57:57 -07:00
parent afae4f3b96
commit fda3ec87ce

View file

@ -358,7 +358,6 @@
Menu.setIsOptionChecked("Show Overlays", physicsEnabled);
if (!HMD.active) {
print("Show toolbar: " + physicsEnabled);
toolbar.writeProperty("visible", physicsEnabled);
}