We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9ae0b1 commit e6bf0f2Copy full SHA for e6bf0f2
arduino-core/src/cc/arduino/UploaderUtils.java
@@ -55,11 +55,6 @@ public Uploader getUploaderByPreferences(boolean noUploadPort) {
55
return null;
56
}
57
boardPort = BaseNoGui.getDiscoveryManager().find(port);
58
- //if (boardPort == null) {
59
- // Is there ever a reason to attempt upload when
60
- // the Port is not found by DiscoveryManager?
61
- //return null;
62
- //}
63
64
65
return new UploaderFactory().newUploader(target.getBoards().get(board), boardPort, noUploadPort);
0 commit comments