Skip to content

Commit

Permalink
try debug
Browse files Browse the repository at this point in the history
  • Loading branch information
akiradeveloper committed Nov 5, 2024
1 parent 42ee582 commit 1328012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/env/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ impl Env {
// On terminating the tokio runtime,
// flooding stack traces are printed and they are super noisy.
// Until better idea is invented, we just suppress them.
std::panic::set_hook(Box::new(|_info| {}));
// std::panic::set_hook(Box::new(|_info| {}));

if with_logging {
let format = tracing_subscriber::fmt::format()
Expand Down

0 comments on commit 1328012

Please sign in to comment.