1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 20:44:11 +01:00

Remove some dump statements

This commit is contained in:
Kris Maglione
2008-12-16 14:38:57 -05:00
parent bde2d94dc0
commit 1f26dcc1c2

View File

@@ -1088,8 +1088,6 @@ function CommandLine() //{{{
if (completions)
completions.previewClear();
this.resetCompletions();
liberator.dump("hist: " + history.index);
liberator.dump(" : " + history.input.value);
liberator.triggerCallback("change", currentExtendedMode, command);
}
else if (event.type == "keypress")