Skip to content

Commit df3a5e3

Browse files
Remove onSuccess Log/StackTrace
1 parent b8699a6 commit df3a5e3

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)