Skip to content

Commit 676f643

Browse files
committed
Removed debugging leftovers
1 parent cd9a15e commit 676f643

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arduino-core/src/cc/arduino/contributions/packages/ContributionInstaller.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ private void executeScripts(File folder, Collection<File> postInstallScripts, bo
235235
}
236236

237237
public synchronized List<String> remove(ContributedPlatform contributedPlatform) {
238-
BaseNoGui.indexer.getPackages().stream().flatMap(p -> p.getPlatforms().stream()).filter(new InstalledPredicate()).collect(Collectors.toList());
239238
if (contributedPlatform == null || contributedPlatform.isReadOnly()) {
240239
return new LinkedList<>();
241240
}

0 commit comments

Comments
 (0)