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:
parent
d9ae0b1231
commit
e6bf0f24eb
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user