diff --git a/lib/executor.js b/lib/executor.js index 6a42000..f4a376e 100644 --- a/lib/executor.js +++ b/lib/executor.js @@ -59,7 +59,6 @@ function test2 (msg, cb) { }, 500); } -function noop () { console.log("NOOP"); } function bloup () { console.log("FINISHED"); } executor.push({ this: null, fn: test1, arguments: [ 'world', bloup ] });