diff --git a/src/utils/action-event-handler.js b/src/utils/action-event-handler.js
index 4f00cfa8a33c6c8fed4a15028fa64266e8383c48..8e0676a455e126a86c56ea495eba4d310baae9ff 100644
--- a/src/utils/action-event-handler.js
+++ b/src/utils/action-event-handler.js
@@ -82,7 +82,6 @@ export default class ActionEventHandler {
   }
 
   onRelease(e, event) {
-    const superHand = e.target.components["super-hands"];
     const isCursorHand = this.isHandThatAlsoDrivesCursor(e.target);
 
     if (this.isCursorInteracting && isCursorHand) {