Skip to content

Commit

Permalink
Get Rid of Debugging Log
Browse files Browse the repository at this point in the history
  • Loading branch information
harrysolovay committed Sep 12, 2024
1 parent 195ddfa commit ca22c2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ pub(crate) const MINA_GOVERNANCE_SERVER: &str = "mina_governance_server";

#[tokio::main]
async fn main() -> Result<()> {
println!("Let's see!");
config::init_tracing();

let config = Config::parse();
Expand Down

0 comments on commit ca22c2a

Please sign in to comment.