From 48ce7f35e1ffc120289feaa56f6831efed9fd6e1 Mon Sep 17 00:00:00 2001 From: yczpf2019 Date: Sat, 24 Jan 2026 21:35:12 +0800 Subject: [PATCH] =?UTF-8?q?chore(shell-arduino):=20=E6=B8=85=E7=90=86?= =?UTF-8?q?=E8=B0=83=E8=AF=95=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/shell-arduino.js | 1 - 1 file changed, 1 deletion(-) 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 }); }