remove console log of flash args
This commit is contained in:
parent
66b129bae2
commit
fd79c45d0a
1 changed files with 0 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue