aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--linkHints.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/linkHints.js b/linkHints.js
index aba229da..b24b9112 100644
--- a/linkHints.js
+++ b/linkHints.js
@@ -188,7 +188,6 @@ var linkHintsBase = {
* Handles shift and esc keys. The other keys are passed to normalKeyDownHandler.
*/
onKeyDownInMode: function(event) {
- console.log("Key Down");
if (event.keyCode == keyCodes.shiftKey && !this.openLinkModeToggle) {
// Toggle whether to open link in a new or current tab.
this.setOpenLinkMode(!this.shouldOpenInNewTab, this.shouldOpenWithQueue);