1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 16:52:25 +01:00

remove unnecessary log() call

This commit is contained in:
Doug Kearns
2008-09-05 11:24:09 +00:00
parent e01ee6e0e4
commit 34ae572826

View File

@@ -325,7 +325,6 @@ liberator.Buffer = function () //{{{
"Focus last used input field", "Focus last used input field",
function (count) function (count)
{ {
liberator.log(count)
if (count < 1 && liberator.buffer.lastInputField) if (count < 1 && liberator.buffer.lastInputField)
{ {
liberator.buffer.lastInputField.focus(); liberator.buffer.lastInputField.focus();