1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-03-15 12:29:26 +01:00

Removed debugging leftovers

This commit is contained in:
Cristian Maglie 2018-01-03 14:35:14 +01:00
parent cd9a15ebd1
commit 676f64325f

View File

@ -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<>();
} }