mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 22:12:25 +01:00
Remove forgotten dumpStack statement. :(
This commit is contained in:
@@ -546,7 +546,6 @@ const CommandLine = Module("commandline", {
|
|||||||
this.hideCompletions();
|
this.hideCompletions();
|
||||||
|
|
||||||
if (!this._keepCommand || this._silent || this._quiet) {
|
if (!this._keepCommand || this._silent || this._quiet) {
|
||||||
dactyl.dumpStack();
|
|
||||||
this.widgets.mowContainer.collapsed = true;
|
this.widgets.mowContainer.collapsed = true;
|
||||||
commandline.updateMorePrompt();
|
commandline.updateMorePrompt();
|
||||||
this.hide();
|
this.hide();
|
||||||
|
|||||||
Reference in New Issue
Block a user