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