From 7f0a8a9ede6167b6057c25e98f0e99ed73935300 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Thu, 12 Nov 2009 06:04:14 -0500 Subject: [PATCH] Remove debugging dump statement. --- common/content/finder.js | 1 - 1 file changed, 1 deletion(-) diff --git a/common/content/finder.js b/common/content/finder.js index 6b1cbee9..bdf0f7c4 100644 --- a/common/content/finder.js +++ b/common/content/finder.js @@ -839,7 +839,6 @@ const RangeFind = Class("RangeFind", { } this.range.save(); - liberator.dump(String.quote(this.range.initialSelection)); let action = clear ? unhighlight : highlight; for (let r in this) { action(r);