Skip to content

Commit eca0f9e

Browse files
Merge pull request #42 from ReactiveSocket/latchedCompletableLogs
Remove onSuccess Log/StackTrace
2 parents 02c02f6 + df3a5e3 commit eca0f9e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/java/io/reactivesocket/LatchedCompletable.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ public LatchedCompletable(int count) {
2828

2929
@Override
3030
public void success() {
31-
System.out.println("COMPLETABLE ONSUCCESS");
32-
new RuntimeException().printStackTrace();
3331
latch.countDown();
3432
}
3533

0 commit comments

Comments
 (0)