diff options
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); |