mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-07 06:03:34 +02:00
Remove some dump statements
This commit is contained in:
@@ -1088,8 +1088,6 @@ function CommandLine() //{{{
|
|||||||
if (completions)
|
if (completions)
|
||||||
completions.previewClear();
|
completions.previewClear();
|
||||||
this.resetCompletions();
|
this.resetCompletions();
|
||||||
liberator.dump("hist: " + history.index);
|
|
||||||
liberator.dump(" : " + history.input.value);
|
|
||||||
liberator.triggerCallback("change", currentExtendedMode, command);
|
liberator.triggerCallback("change", currentExtendedMode, command);
|
||||||
}
|
}
|
||||||
else if (event.type == "keypress")
|
else if (event.type == "keypress")
|
||||||
|
|||||||
Reference in New Issue
Block a user