From 47f5b5e9d9e1c9549dc81f1e142c01fe93639e27 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Wed, 29 Sep 2010 11:59:10 -0400 Subject: [PATCH] Remove forgotten dumpStack statement. :( --- common/content/commandline.js | 1 - 1 file changed, 1 deletion(-) diff --git a/common/content/commandline.js b/common/content/commandline.js index cd9717a6..5decc939 100644 --- a/common/content/commandline.js +++ b/common/content/commandline.js @@ -546,7 +546,6 @@ const CommandLine = Module("commandline", { this.hideCompletions(); if (!this._keepCommand || this._silent || this._quiet) { - dactyl.dumpStack(); this.widgets.mowContainer.collapsed = true; commandline.updateMorePrompt(); this.hide();