mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-07 01:54:26 +01:00
Delete leftover comments & question
This commit is contained in:
parent
d9ae0b1231
commit
e6bf0f24eb
@ -55,11 +55,6 @@ public class UploaderUtils {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
boardPort = BaseNoGui.getDiscoveryManager().find(port);
|
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);
|
return new UploaderFactory().newUploader(target.getBoards().get(board), boardPort, noUploadPort);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user