Skip to content

Commit abad79c

Browse files
authored
Drop unnecessary System.out usage (#138)
Co-authored-by: Piotrek Żygieło <[email protected]>
1 parent 784e8ef commit abad79c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/apache/maven/plugins/ear/EnvEntry.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ public String getLookupName() {
9191
* @param writer the writer to use
9292
*/
9393
public void appendEnvEntry(XMLWriter writer) {
94-
System.out.println("appendEnvEntry()");
9594
writer.startElement(ENV_ENTRY);
9695

9796
// description

0 commit comments

Comments
 (0)