mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 13:48:00 +01:00
removed a log message
This commit is contained in:
@@ -499,7 +499,6 @@ outer:
|
||||
canUpdate = true;
|
||||
showHints(null);
|
||||
|
||||
vimperator.log("hints.show(" + filter + ") took: " + (Date.now() - startDate) + "ms");
|
||||
if (valid_hints.length == 0)
|
||||
{
|
||||
vimperator.beep();
|
||||
|
||||
@@ -84,7 +84,7 @@ the terms of any one of the MPL, the GPL or the LGPL.
|
||||
<label class="plain" id="vimperator-statusline-field-tabcount" flex="0"/>
|
||||
<label class="plain" id="vimperator-statusline-field-bufferposition" flex="0"/>
|
||||
</hbox>
|
||||
<!-- just hide them so other elements since other elements expect them -->
|
||||
<!-- just hide them since other elements expect them -->
|
||||
<statusbarpanel id="statusbar-display" hidden="true"/>
|
||||
<statusbarpanel id="statusbar-progresspanel" hidden="true"/>
|
||||
</statusbar>
|
||||
|
||||
Reference in New Issue
Block a user