From b9ab68edb919e2c5c0895418f1a4d99e138a3396 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Mon, 7 Mar 2011 00:30:22 +1100 Subject: [PATCH] Remove weird arg 'checking' log message from buffer.followLink. --- common/content/buffer.js | 2 -- 1 file changed, 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);