tsk-68: Remove print statement

This commit is contained in:
2025-10-30 16:08:35 -04:00
parent caa8484392
commit fb38d0c6b7

View File

@@ -39,8 +39,6 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
};
loop {
println!("Token: {:?}", app.token);
if app.token.token_expired() {
println!("Token expired");
app.token = match auth::get_refresh_token(&app).await {