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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user