From 1f26dcc1c21b053064709843d7c0e535fba33423 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Tue, 16 Dec 2008 14:38:57 -0500 Subject: [PATCH] Remove some dump statements --- common/content/ui.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/content/ui.js b/common/content/ui.js index ede80785..05a88b36 100644 --- a/common/content/ui.js +++ b/common/content/ui.js @@ -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")