commit | a6a013aaaf68596c7ae22946b8ce1261f7c585ec | [log] [tgz] |
---|---|---|
author | tkaiser <tkaiser> | Tue Feb 15 15:33:10 2011 +0000 |
committer | tkaiser <tkaiser> | Tue Feb 15 15:33:10 2011 +0000 |
tree | 8f3451cc9c747b086e1cb1aadaf9d41686a4825b | |
parent | 31f44a01f728eeab557bb81c47527e9905d9b733 [diff] |
.
diff --git a/examples/org.eclipse.graphiti.examples.common/src/org/eclipse/graphiti/examples/common/ui/CreateDiagramWizard.java b/examples/org.eclipse.graphiti.examples.common/src/org/eclipse/graphiti/examples/common/ui/CreateDiagramWizard.java index 7abc718..6a08ab0 100644 --- a/examples/org.eclipse.graphiti.examples.common/src/org/eclipse/graphiti/examples/common/ui/CreateDiagramWizard.java +++ b/examples/org.eclipse.graphiti.examples.common/src/org/eclipse/graphiti/examples/common/ui/CreateDiagramWizard.java
@@ -123,7 +123,6 @@ for (IExtension ext : extensions) { IConfigurationElement[] configurationElements = ext.getConfigurationElements(); for (IConfigurationElement ce : configurationElements) { - System.out.println(ce); String id = ce.getAttribute("id"); //$NON-NLS-1$ if (editorID.equals(id)) { String fileExt = ce.getAttribute("extensions"); //$NON-NLS-1$