diff --git a/src/main.rs b/src/main.rs index 0614ab5..ca020d4 100644 --- a/src/main.rs +++ b/src/main.rs @@ -39,8 +39,6 @@ async fn main() -> Result<(), Box> { }; loop { - println!("Token: {:?}", app.token); - if app.token.token_expired() { println!("Token expired"); app.token = match auth::get_refresh_token(&app).await {