Remove comment in tutorialZone

This commit is contained in:
Ryan Huffman 2016-10-27 15:04:00 -07:00
parent 47d7e89699
commit 5eef9867b4

View file

@ -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;
}