Removed debugging leftovers

This commit is contained in:
Cristian Maglie 2018-01-03 14:35:14 +01:00
parent cd9a15ebd1
commit 676f64325f
1 changed files with 0 additions and 1 deletions

View File

@ -235,7 +235,6 @@ public class ContributionInstaller {
}
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()) {
return new LinkedList<>();
}