mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 16:32:27 +01:00
remove unnecessary log() call
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user