From e3e7586aac445c0db51540661e6505b4de8c691f Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Thu, 3 Feb 2011 16:08:35 -0500 Subject: [PATCH] Remove debugging statements. --- common/content/events.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/content/events.js b/common/content/events.js index 831c518a..9948e5aa 100644 --- a/common/content/events.js +++ b/common/content/events.js @@ -39,7 +39,6 @@ var ProcessorStack = Class("ProcessorStack", { execute: function execute(result, force) { function dbg() {} - let dbg = util.closure.dump; if (force && this.actions.length) this.processors.length = 0; @@ -102,7 +101,6 @@ var ProcessorStack = Class("ProcessorStack", { process: function process(event) { function dbg() {} - let dbg = util.closure.dump; if (this.timer) this.timer.cancel();