Skip to content

Commit

Permalink
style: removing debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-hagemann committed Sep 28, 2023
1 parent 41a247c commit b3ee286
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {

tracing::info!("Starting Ubuntu App Rating Service");

tracing::info!("Config I have: {:?}", config);
tracing::info!("I have been update again, yippie!");

app::run(config).await?;

Ok(())
Expand Down

0 comments on commit b3ee286

Please sign in to comment.