diff options
Diffstat (limited to 'linkHints.js')
| -rw-r--r-- | linkHints.js | 1 |
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) { |
