Skip to content

Commit e6bf0f2

Browse files
PaulStoffregencmaglie
authored andcommitted
Delete leftover comments & question
1 parent d9ae0b1 commit e6bf0f2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Diff for: arduino-core/src/cc/arduino/UploaderUtils.java

-5
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,6 @@ public Uploader getUploaderByPreferences(boolean noUploadPort) {
5555
return null;
5656
}
5757
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-
//}
6358
}
6459

6560
return new UploaderFactory().newUploader(target.getBoards().get(board), boardPort, noUploadPort);

0 commit comments

Comments
 (0)