1
0
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:
Martin Stubenschrott
2007-11-02 22:19:22 +00:00
parent e9b53a9b4a
commit b17aec84a2
2 changed files with 1 additions and 2 deletions

View File

@@ -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();

View File

@@ -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>