diff --git a/src/react-components/ui-root.js b/src/react-components/ui-root.js
index 589c9582a46c089da202a81de348c94c38c38691..5a5d56fc629d0f28f901acdc72f799317a2dd6de 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();