Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2022-05-25 15:00:33 +0000
committerEike Stepper2022-05-25 15:00:33 +0000
commitecec29934c05ef38101a565f1113739ad36bb499 (patch)
tree3f11668eadb6ef4a9c60ccb09a9fe537e4eaeb5f /plugins
parentd3c60339390fb5f9d40ec33f060f1a018bb8c25c (diff)
downloadcdo-ecec29934c05ef38101a565f1113739ad36bb499.tar.gz
cdo-ecec29934c05ef38101a565f1113739ad36bb499.tar.xz
cdo-ecec29934c05ef38101a565f1113739ad36bb499.zip
[Releng] Add property org.eclipse.emf.cdo.ui.editor.LOG_EXCEPTIONS
Diffstat (limited to 'plugins')
-rw-r--r--plugins/org.eclipse.emf.cdo.ui/src/org/eclipse/emf/cdo/internal/ui/editor/CDOEditor.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.ui/src/org/eclipse/emf/cdo/internal/ui/editor/CDOEditor.java b/plugins/org.eclipse.emf.cdo.ui/src/org/eclipse/emf/cdo/internal/ui/editor/CDOEditor.java
index 27874fadd5..c3cbd137ef 100644
--- a/plugins/org.eclipse.emf.cdo.ui/src/org/eclipse/emf/cdo/internal/ui/editor/CDOEditor.java
+++ b/plugins/org.eclipse.emf.cdo.ui/src/org/eclipse/emf/cdo/internal/ui/editor/CDOEditor.java
@@ -1835,7 +1835,6 @@ public class CDOEditor extends MultiPageEditorPart implements IEditingDomainProv
}
catch (Exception ex)
{
- ex.printStackTrace();
handleException(ex);
super.selectionChanged(part, StructuredSelection.EMPTY);
}

Back to the top