1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Fix for bug 67345 -- Logging the exception for updating closed projects is increasing the noise-to-signal ratio.

This commit is contained in:
Sean Evoy 2004-06-24 19:05:18 +00:00
parent 0bf2405b42
commit 266e5c66d8

View file

@ -504,7 +504,6 @@ public class UpdateManagedProjectAction implements IWorkbenchWindowActionDelegat
try {
description = projects[index].getDescription();
} catch (CoreException e) {
ManagedBuilderUIPlugin.log(e);
continue;
}
// Make sure it has a managed nature