This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-ear-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new abad79c  Drop unnecessary System.out usage (#138)
abad79c is described below

commit abad79c92e5b72d69894ca445a6ed81eed8b57b5
Author: Piotrek Żygieło <11896137+pzygi...@users.noreply.github.com>
AuthorDate: Sat May 31 03:41:36 2025 +0200

    Drop unnecessary System.out usage (#138)
    
    Co-authored-by: Piotrek Żygieło <pzygi...@users.noreply.github.com>
---
 src/main/java/org/apache/maven/plugins/ear/EnvEntry.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/org/apache/maven/plugins/ear/EnvEntry.java 
b/src/main/java/org/apache/maven/plugins/ear/EnvEntry.java
index 579c54c..8d0d032 100644
--- a/src/main/java/org/apache/maven/plugins/ear/EnvEntry.java
+++ b/src/main/java/org/apache/maven/plugins/ear/EnvEntry.java
@@ -91,7 +91,6 @@ class EnvEntry {
      * @param writer the writer to use
      */
     public void appendEnvEntry(XMLWriter writer) {
-        System.out.println("appendEnvEntry()");
         writer.startElement(ENV_ENTRY);
 
         // description

Reply via email to