From 6c5eae3deb661e8a62039d917262128d6b2d0e2e Mon Sep 17 00:00:00 2001 From: Greg Fodor <gfodor@gmail.com> Date: Fri, 6 Apr 2018 10:22:03 -0700 Subject: [PATCH] Remove test --- src/react-components/ui-root.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/react-components/ui-root.js b/src/react-components/ui-root.js index 589c9582a..5a5d56fc6 100644 --- a/src/react-components/ui-root.js +++ b/src/react-components/ui-root.js @@ -250,7 +250,7 @@ class UIRoot extends Component { }; enterGearVR = async () => { - if (true || this.state.availableVREntryTypes.daydream !== VR_DEVICE_AVAILABILITY.yes) { + if (this.state.availableVREntryTypes.daydream !== VR_DEVICE_AVAILABILITY.yes) { await this.performDirectEntryFlow(true); } else { this.exit(); -- GitLab