1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 20:12:27 +01:00

Remove forgotten dumpStack statement. :(

This commit is contained in:
Kris Maglione
2010-09-29 11:59:10 -04:00
parent cdaf824d1f
commit 47f5b5e9d9

View File

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