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();