Skip to content

Commit

Permalink
Remove leftover debugging log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
octol committed Feb 17, 2025
1 parent c5ced2e commit b9eeb7d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ pub async fn connect_mixnet(
mixnet_client,
}),
Err(e) => {
tracing::error!("JON: Failed to connect to mixnet: {:?}", e);
shutdown_task_manager(task_manager).await;
Err(e)
}
Expand Down

0 comments on commit b9eeb7d

Please sign in to comment.