GUI -- Removed out of date comment.
diff --git a/web/gui/src/main/webapp/sampleKeys.js b/web/gui/src/main/webapp/sampleKeys.js
index 350f46e..a99d6a7 100644
--- a/web/gui/src/main/webapp/sampleKeys.js
+++ b/web/gui/src/main/webapp/sampleKeys.js
@@ -66,7 +66,6 @@
         note(view, 'Key = ' + key + ' KeyCode = ' + keyCode);
     }
 
-    // Keys using a keyset to target specific keys only
     function load(view, ctx) {
         // this maps specific keys to specific functions (1)
         view.setKeys(keyDispatch);