diff options
| author | Murphy McMahon | 2011-07-14 09:53:35 -0300 | 
|---|---|---|
| committer | Murphy McMahon | 2011-07-14 09:53:35 -0300 | 
| commit | cc88295c45774bb765e3bcf5a644763c39e2a726 (patch) | |
| tree | 794498bc4124f4741ef6acbcfb5089ee87469fe8 /linkHints.js | |
| parent | 6ccdb189c575e5f1c539e7fed9f39d2f683b16d4 (diff) | |
| download | vimium-cc88295c45774bb765e3bcf5a644763c39e2a726.tar.bz2 | |
Cleaning up comments and console output
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) { | 
