From 6f4204ca5bdb1fcc505c3e48f919012278c6c832 Mon Sep 17 00:00:00 2001 From: howard-stearns Date: Mon, 9 May 2016 11:41:00 -0700 Subject: [PATCH] Remove alert for route remapping on hardware change. --- scripts/system/controllers/handControllerPointer.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/system/controllers/handControllerPointer.js b/scripts/system/controllers/handControllerPointer.js index 0ddbfa5b2d..060af4b9d8 100644 --- a/scripts/system/controllers/handControllerPointer.js +++ b/scripts/system/controllers/handControllerPointer.js @@ -246,10 +246,6 @@ function checkHardware() { print('Setting mapping for new controller hardware:', newHardware); if (clickMapToggle) { clickMapToggle.setState(false); - // FIX SYSTEM BUG: This does not work when hardware changes. - Window.alert("This isn't likely to work because of " + - 'https://app.asana.com/0/26225263936266/118428633439654\n' + - "You'll probably need to restart interface."); } hardware = newHardware; if (clickMappings[hardware]) {