From fda3ec87ceb59c6f341e0c05a5a4f239d83f9d8e Mon Sep 17 00:00:00 2001 From: Wayne Chen Date: Wed, 26 Sep 2018 15:57:57 -0700 Subject: [PATCH] removing lingering print statement --- scripts/system/interstitialPage.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/system/interstitialPage.js b/scripts/system/interstitialPage.js index 4b48ce66d4..36184ef3cc 100644 --- a/scripts/system/interstitialPage.js +++ b/scripts/system/interstitialPage.js @@ -358,7 +358,6 @@ Menu.setIsOptionChecked("Show Overlays", physicsEnabled); if (!HMD.active) { - print("Show toolbar: " + physicsEnabled); toolbar.writeProperty("visible", physicsEnabled); }