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();