mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 17:27:57 +01:00
removed a log message
This commit is contained in:
@@ -499,7 +499,6 @@ outer:
|
|||||||
canUpdate = true;
|
canUpdate = true;
|
||||||
showHints(null);
|
showHints(null);
|
||||||
|
|
||||||
vimperator.log("hints.show(" + filter + ") took: " + (Date.now() - startDate) + "ms");
|
|
||||||
if (valid_hints.length == 0)
|
if (valid_hints.length == 0)
|
||||||
{
|
{
|
||||||
vimperator.beep();
|
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-tabcount" flex="0"/>
|
||||||
<label class="plain" id="vimperator-statusline-field-bufferposition" flex="0"/>
|
<label class="plain" id="vimperator-statusline-field-bufferposition" flex="0"/>
|
||||||
</hbox>
|
</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-display" hidden="true"/>
|
||||||
<statusbarpanel id="statusbar-progresspanel" hidden="true"/>
|
<statusbarpanel id="statusbar-progresspanel" hidden="true"/>
|
||||||
</statusbar>
|
</statusbar>
|
||||||
|
|||||||
Reference in New Issue
Block a user