Skip to content

Commit 4b7299f

Browse files
committed
Removed a forgotten System.out.println.
1 parent 995ec0e commit 4b7299f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/src/main/java/org/jvnet/jaxb2_commons/xjc/model/concrete/XJCCMInfoFactory.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@ public MContainer onPackage(JPackage pkg) {
273273
}
274274

275275
public MContainer onElement(CElementInfo element) {
276-
System.out.println(element.fullName());
277276
return getElementInfo(element);
278277
}
279278
});

0 commit comments

Comments
 (0)