diff --git a/test/test.js b/test/test.js index d14df42..3384164 100644 --- a/test/test.js +++ b/test/test.js @@ -37,8 +37,6 @@ var args = [ function flash(port, cb) { console.log("Flashing devices at %s", port); - console.log(args); - var cp = spawn(exec, ["--port", port].concat(args)); cp.on("exit", function(code) {