From 34ae572826b30a57046232ae13d7ec123b7973cb Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Fri, 5 Sep 2008 11:24:09 +0000 Subject: [PATCH] remove unnecessary log() call --- content/buffer.js | 1 - 1 file changed, 1 deletion(-) diff --git a/content/buffer.js b/content/buffer.js index 9d9e626d..411aa7bb 100644 --- a/content/buffer.js +++ b/content/buffer.js @@ -325,7 +325,6 @@ liberator.Buffer = function () //{{{ "Focus last used input field", function (count) { - liberator.log(count) if (count < 1 && liberator.buffer.lastInputField) { liberator.buffer.lastInputField.focus();