Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
pyamada-atlassian committed Aug 1, 2024
1 parent cbae027 commit 9ffb9e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/node-bindings/src/init_sentry/sentry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ fn init_sentry() -> Result<(), Status> {
return Ok(());
}

println!("INIT SENTRY");
log::info!("Initialising Sentry in rust...");

if SENTRY_GUARD.lock().is_some() {
Expand Down

0 comments on commit 9ffb9e1

Please sign in to comment.