mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-14 11:29:26 +01:00
Removed debugging leftovers
This commit is contained in:
parent
cd9a15ebd1
commit
676f64325f
@ -235,7 +235,6 @@ public class ContributionInstaller {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public synchronized List<String> remove(ContributedPlatform contributedPlatform) {
|
public synchronized List<String> remove(ContributedPlatform contributedPlatform) {
|
||||||
BaseNoGui.indexer.getPackages().stream().flatMap(p -> p.getPlatforms().stream()).filter(new InstalledPredicate()).collect(Collectors.toList());
|
|
||||||
if (contributedPlatform == null || contributedPlatform.isReadOnly()) {
|
if (contributedPlatform == null || contributedPlatform.isReadOnly()) {
|
||||||
return new LinkedList<>();
|
return new LinkedList<>();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user