mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-23 00:13:32 +01:00
Remove debugging statements.
This commit is contained in:
@@ -39,7 +39,6 @@ var ProcessorStack = Class("ProcessorStack", {
|
|||||||
|
|
||||||
execute: function execute(result, force) {
|
execute: function execute(result, force) {
|
||||||
function dbg() {}
|
function dbg() {}
|
||||||
let dbg = util.closure.dump;
|
|
||||||
|
|
||||||
if (force && this.actions.length)
|
if (force && this.actions.length)
|
||||||
this.processors.length = 0;
|
this.processors.length = 0;
|
||||||
@@ -102,7 +101,6 @@ var ProcessorStack = Class("ProcessorStack", {
|
|||||||
|
|
||||||
process: function process(event) {
|
process: function process(event) {
|
||||||
function dbg() {}
|
function dbg() {}
|
||||||
let dbg = util.closure.dump;
|
|
||||||
|
|
||||||
if (this.timer)
|
if (this.timer)
|
||||||
this.timer.cancel();
|
this.timer.cancel();
|
||||||
|
|||||||
Reference in New Issue
Block a user