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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user