chore(shell-arduino): 清理调试日志

This commit is contained in:
yczpf2019
2026-01-24 21:35:12 +08:00
parent 9b80cf73d3
commit 48ce7f35e1

View File

@@ -32,7 +32,6 @@ export default class ShellArduino extends Shell {
'--no-color' '--no-color'
); );
console.log('DEBUG ARDUINO COMPILE:', arduino.path.cli, args);
return this.execFileUntilClosed(arduino.path.cli, args, { maxBuffer: 4096 * 1000000 }); return this.execFileUntilClosed(arduino.path.cli, args, { maxBuffer: 4096 * 1000000 });
} }