1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-05 19:05:47 +01:00

Remove debugging statements.

This commit is contained in:
Kris Maglione
2011-02-03 16:08:35 -05:00
parent a830bdd60d
commit e3e7586aac

View File

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