Skip to content

Commit 596d9ae

Browse files
authored
Merge pull request quarkusio#36203 from cescoffier/oupsy-stack-trace
Remove dumping the stack trace in the EventStreamFacade
2 parents c53d8dd + 51d0b2f commit 596d9ae

File tree

1 file changed

+0
-1
lines changed
  • independent-projects/junit5-virtual-threads/src/main/java/io/quarkus/test/junit5/virtual/internal

1 file changed

+0
-1
lines changed

independent-projects/junit5-virtual-threads/src/main/java/io/quarkus/test/junit5/virtual/internal/EventStreamFacade.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ public class EventStreamFacade {
5757
tempStop = lookup.findVirtual(clazz, "stop", MethodType.methodType(boolean.class));
5858
en = true;
5959
} catch (Throwable e) {
60-
e.printStackTrace();
6160
en = false;
6261
}
6362
available = en;

0 commit comments

Comments
 (0)