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

Delete leftover comments & question

This commit is contained in:
PaulStoffregen 2018-08-31 04:28:16 -07:00 committed by Cristian Maglie
parent d9ae0b1231
commit e6bf0f24eb

View File

@ -55,11 +55,6 @@ public class UploaderUtils {
return null;
}
boardPort = BaseNoGui.getDiscoveryManager().find(port);
//if (boardPort == null) {
// Is there ever a reason to attempt upload when
// the Port is not found by DiscoveryManager?
//return null;
//}
}
return new UploaderFactory().newUploader(target.getBoards().get(board), boardPort, noUploadPort);