You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by ma...@apache.org on 2021/02/09 09:18:12 UTC

[james-project] 15/27: JAMES-3225 Silence debug writes to System.out

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

matthieu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 6ffbbc18abd7e4749e109b97f0368312d0d2fd08
Author: Jean Helou <jh...@codamens.fr>
AuthorDate: Tue Jan 19 20:46:48 2021 +0100

    JAMES-3225 Silence debug writes to System.out
---
 .../test/java/org/apache/james/mailbox/MailboxManagerStressContract.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/mailbox/api/src/test/java/org/apache/james/mailbox/MailboxManagerStressContract.java b/mailbox/api/src/test/java/org/apache/james/mailbox/MailboxManagerStressContract.java
index d8667e2..bd2342b 100644
--- a/mailbox/api/src/test/java/org/apache/james/mailbox/MailboxManagerStressContract.java
+++ b/mailbox/api/src/test/java/org/apache/james/mailbox/MailboxManagerStressContract.java
@@ -98,7 +98,6 @@ public interface MailboxManagerStressContract<T extends MailboxManager> {
                                 .setSubject("test")
                                 .setBody("testmail", StandardCharsets.UTF_8)), mailboxSession).getId();
 
-                    System.out.println("Append message with uid=" + messageId.getUid());
                     if (uids.put(messageId.getUid(), new Object()) != null) {
                         fail.set(true);
                     }


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org