From 5eef9867b4a50201f793def079f590d9f12e06c3 Mon Sep 17 00:00:00 2001 From: Ryan Huffman Date: Thu, 27 Oct 2016 15:04:00 -0700 Subject: [PATCH] Remove comment in tutorialZone --- tutorial/tutorialZone.js | 1 - 1 file changed, 1 deletion(-) diff --git a/tutorial/tutorialZone.js b/tutorial/tutorialZone.js index a40065e5d3..40028c9cd7 100644 --- a/tutorial/tutorialZone.js +++ b/tutorial/tutorialZone.js @@ -120,7 +120,6 @@ if (!Function.prototype.bind) { print("TutorialZone | EXITED THE TUTORIAL AREA"); if (this.token) { print("TutorialZone | Destroying token"); - //HMD.requestHideHandControllers(); this.token.destroy(); this.token = null; }