From f413ccbc93052ef375f84637bc8795811a92218b Mon Sep 17 00:00:00 2001
From: Kevin Lee <kevin@infinite-lee.com>
Date: Thu, 26 Jul 2018 17:15:36 -0700
Subject: [PATCH] unused var

---
 src/utils/action-event-handler.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/utils/action-event-handler.js b/src/utils/action-event-handler.js
index 4f00cfa8a..8e0676a45 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) {
-- 
GitLab