aboutsummaryrefslogtreecommitdiffstats
path: root/linkHints.js
diff options
context:
space:
mode:
authorMurphy McMahon2011-07-14 09:53:35 -0300
committerMurphy McMahon2011-07-14 09:53:35 -0300
commitcc88295c45774bb765e3bcf5a644763c39e2a726 (patch)
tree794498bc4124f4741ef6acbcfb5089ee87469fe8 /linkHints.js
parent6ccdb189c575e5f1c539e7fed9f39d2f683b16d4 (diff)
downloadvimium-cc88295c45774bb765e3bcf5a644763c39e2a726.tar.bz2
Cleaning up comments and console output
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) {