1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 14:22:27 +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",
function (count)
{
liberator.log(count)
if (count < 1 && liberator.buffer.lastInputField)
{
liberator.buffer.lastInputField.focus();