Author: scabanovich
Date: 2010-02-04 06:39:53 -0500 (Thu, 04 Feb 2010)
New Revision: 20122
Modified:
trunk/seam/plugins/org.jboss.tools.seam.xml.ui/src/org/jboss/tools/seam/xml/ui/editor/form/SeamComponentsFileFormLayoutData.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-5786
Modified:
trunk/seam/plugins/org.jboss.tools.seam.xml.ui/src/org/jboss/tools/seam/xml/ui/editor/form/SeamComponentsFileFormLayoutData.java
===================================================================
---
trunk/seam/plugins/org.jboss.tools.seam.xml.ui/src/org/jboss/tools/seam/xml/ui/editor/form/SeamComponentsFileFormLayoutData.java 2010-02-04
11:39:00 UTC (rev 20121)
+++
trunk/seam/plugins/org.jboss.tools.seam.xml.ui/src/org/jboss/tools/seam/xml/ui/editor/form/SeamComponentsFileFormLayoutData.java 2010-02-04
11:39:53 UTC (rev 20122)
@@ -32,7 +32,6 @@
XModelEntity e = meta.getEntity(c.getName());
if(e != null && e.getAttribute(ATTR_NAME) != null &&
e.getAttribute(ATTR_CLASS) != null) {
childEntities.add(c.getName());
- System.out.println(parentEntity + " " + c.getName());
}
}
}