remove console log of flash args

This commit is contained in:
Morgan Allen 2018-07-28 15:29:56 -07:00
parent 66b129bae2
commit fd79c45d0a
1 changed files with 0 additions and 2 deletions

View File

@ -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) {