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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 9388f7211c9 Clean up
9388f7211c9 is described below

commit 9388f7211c906bafaef61fac4d8f99910251ee30
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed May 14 13:43:38 2025 +0200

    Clean up
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 .../camel/component/aws2/sns/integration/SnsTopicProducerBatchIT.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/components/camel-aws/camel-aws2-sns/src/test/java/org/apache/camel/component/aws2/sns/integration/SnsTopicProducerBatchIT.java
 
b/components/camel-aws/camel-aws2-sns/src/test/java/org/apache/camel/component/aws2/sns/integration/SnsTopicProducerBatchIT.java
index 5f7aa17ad08..90efa398d7a 100644
--- 
a/components/camel-aws/camel-aws2-sns/src/test/java/org/apache/camel/component/aws2/sns/integration/SnsTopicProducerBatchIT.java
+++ 
b/components/camel-aws/camel-aws2-sns/src/test/java/org/apache/camel/component/aws2/sns/integration/SnsTopicProducerBatchIT.java
@@ -67,7 +67,6 @@ public class SnsTopicProducerBatchIT extends Aws2SNSBase {
         });
 
         
assertNotNull(exchange.getMessage().getBody(PublishBatchResponse.class));
-        
System.err.println(exchange.getMessage().getBody(PublishBatchResponse.class).toString());
     }
 
     @Override

Reply via email to