From 55087730e0c6d51482f4820be2022fda69b47cff Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Tue, 9 Aug 2011 08:42:49 -0400 Subject: [PATCH] Remove stale dump statement. --- common/content/editor.js | 1 - 1 file changed, 1 deletion(-) diff --git a/common/content/editor.js b/common/content/editor.js index 1eb9a23e..1deceefb 100644 --- a/common/content/editor.js +++ b/common/content/editor.js @@ -262,7 +262,6 @@ var Editor = Module("editor", { } try { - util.dump(textBox); var tmpfile = io.createTempFile(); if (!tmpfile) throw Error(_("io.cantCreateTempFile"));