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

lhotari pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-client-reactive.git


The following commit(s) were added to refs/heads/main by this push:
     new 25d7600  Cleanup forgotten print statement (#88)
25d7600 is described below

commit 25d760052c8017c22edb7ad8d9fc0f963e83a89f
Author: Christophe Bornet <[email protected]>
AuthorDate: Wed Dec 7 10:53:31 2022 +0100

    Cleanup forgotten print statement (#88)
---
 .../apache/pulsar/reactive/client/api/ReactiveMessagePipelineTest.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/pulsar-client-reactive-api/src/test/java/org/apache/pulsar/reactive/client/api/ReactiveMessagePipelineTest.java
 
b/pulsar-client-reactive-api/src/test/java/org/apache/pulsar/reactive/client/api/ReactiveMessagePipelineTest.java
index 4b1a776..36f68a2 100644
--- 
a/pulsar-client-reactive-api/src/test/java/org/apache/pulsar/reactive/client/api/ReactiveMessagePipelineTest.java
+++ 
b/pulsar-client-reactive-api/src/test/java/org/apache/pulsar/reactive/client/api/ReactiveMessagePipelineTest.java
@@ -289,7 +289,6 @@ class ReactiveMessagePipelineTest {
                        // Drain the queue
                        for (int i = 0; i < 9; i++) {
                                String poll = queue.poll(5, TimeUnit.SECONDS);
-                               System.out.println(poll);
                                assertThat(poll).isNotNull();
                        }
                }

Reply via email to