From 4a6b22f5b76eb8f025e98f347c1a6e5dba0baa4f Mon Sep 17 00:00:00 2001 From: Hung Nguyen Date: Sun, 15 Apr 2018 09:18:12 +0700 Subject: [PATCH] removed console.log used for debuging --- browser/main/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/browser/main/index.js b/browser/main/index.js index 3fa682cd..6e8bdcc5 100644 --- a/browser/main/index.js +++ b/browser/main/index.js @@ -54,7 +54,6 @@ document.addEventListener('mousedown', function (e) { document.addEventListener('keyup', function (e) { if (e.key === 'Alt') { if (isAltWithMouse || isAltWithOtherKey) { - console.log(isAltWithMouse, isAltWithOtherKey) e.preventDefault() } isAltWithMouse = false