1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-19 08:52:15 +01:00

Removed dead-code in comments

This commit is contained in:
Cristian Maglie 2018-11-09 16:15:40 +01:00 committed by Cristian Maglie
parent df9c25692d
commit b6132e8532

View File

@ -332,12 +332,6 @@ public class SerialUploader extends Uploader {
prefs.put("program.verify", prefs.get("program.params.noverify", ""));
try {
// if (prefs.get("program.disable_flushing") == null
// || prefs.get("program.disable_flushing").toLowerCase().equals("false"))
// {
// flushSerialBuffer();
// }
String pattern = prefs.getOrExcept("program.pattern");
String[] cmd = StringReplacer.formatAndSplit(pattern, prefs, true);
return executeUploadCommand(cmd);