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:
parent
0bf2405b42
commit
266e5c66d8
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue