diff options
author | Doug Kearns <dougkearns@gmail.com> | 2011-03-07 00:30:22 +1100 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2011-03-07 00:30:22 +1100 |
commit | b9ab68edb919e2c5c0895418f1a4d99e138a3396 (patch) | |
tree | 98a9173e54c630eec27f97a591bdd8ede2987baf /common/content/buffer.js | |
parent | aaa3d9fa144e7f349e953adeb524a609e36f80a8 (diff) | |
download | pentadactyl-b9ab68edb919e2c5c0895418f1a4d99e138a3396.tar.gz |
Remove weird arg 'checking' log message from buffer.followLink.
Diffstat (limited to 'common/content/buffer.js')
-rw-r--r-- | common/content/buffer.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/content/buffer.js b/common/content/buffer.js index 89c103c2..a404aefc 100644 --- a/common/content/buffer.js +++ b/common/content/buffer.js @@ -513,8 +513,6 @@ var Buffer = Module("buffer", { break; case dactyl.CURRENT_TAB: break; - default: - dactyl.log("Invalid where argument for followLink()", 0); } this.focusElement(elem); |