From fd79c45d0a692380885abb70ee815272cedf10a8 Mon Sep 17 00:00:00 2001 From: Morgan Allen Date: Sat, 28 Jul 2018 15:29:56 -0700 Subject: [PATCH] remove console log of flash args --- test/test.js | 2 -- 1 file changed, 2 deletions(-) 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) {