aboutsummaryrefslogtreecommitdiffstats
path: root/linkHints.js
diff options
context:
space:
mode:
Diffstat (limited to 'linkHints.js')
-rw-r--r--linkHints.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/linkHints.js b/linkHints.js
index 75b0fe53..e3ecacfb 100644
--- a/linkHints.js
+++ b/linkHints.js
@@ -234,7 +234,6 @@ var linkHints = {
that.activateModeWithQueue();
});
} else if (this.shouldCopyLinkUrl) {
- console.log(matchedLink);
this.copyLinkUrl(matchedLink);
this.deactivateMode(delay, function() { that.delayMode = false; });
} else if (this.shouldOpenInNewTab) {