Skip to content

Commit

Permalink
ping pong interactor - remove print from panic report
Browse files Browse the repository at this point in the history
  • Loading branch information
BiancaIalangi committed Oct 23, 2024
1 parent 2f5c255 commit a521a9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion framework/meta-lib/src/tools/panic_report.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ impl PanicReport {
}

if is_panic_without_message_triggered(data_section) {
println!("here");
return Self::WithoutMessage;
}

Expand Down

0 comments on commit a521a9a

Please sign in to comment.