diff --git a/src/common/shell-arduino.js b/src/common/shell-arduino.js index ec36784b..81f78028 100755 --- a/src/common/shell-arduino.js +++ b/src/common/shell-arduino.js @@ -32,7 +32,6 @@ export default class ShellArduino extends Shell { '--no-color' ); - console.log('DEBUG ARDUINO COMPILE:', arduino.path.cli, args); return this.execFileUntilClosed(arduino.path.cli, args, { maxBuffer: 4096 * 1000000 }); }