Skip to content

Commit

Permalink
Merge pull request #36203 from cescoffier/oupsy-stack-trace
Browse files Browse the repository at this point in the history
Remove dumping the stack trace in the EventStreamFacade
  • Loading branch information
cescoffier committed Sep 29, 2023
2 parents c53d8dd + 51d0b2f commit 596d9ae
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ public class EventStreamFacade {
tempStop = lookup.findVirtual(clazz, "stop", MethodType.methodType(boolean.class));
en = true;
} catch (Throwable e) {
e.printStackTrace();
en = false;
}
available = en;
Expand Down

0 comments on commit 596d9ae

Please sign in to comment.