1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 10:16:03 +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 { try {
description = projects[index].getDescription(); description = projects[index].getDescription();
} catch (CoreException e) { } catch (CoreException e) {
ManagedBuilderUIPlugin.log(e);
continue; continue;
} }
// Make sure it has a managed nature // Make sure it has a managed nature