diff --git a/zeroidc/src/lib.rs b/zeroidc/src/lib.rs index 2efaef7fc..2a1e423d0 100644 --- a/zeroidc/src/lib.rs +++ b/zeroidc/src/lib.rs @@ -203,7 +203,6 @@ impl ZeroIDC { } #[cfg(debug_assertions)] { - println!("now: {:?}\nexp: {:?}", now, exp); println!("Refresh Token: {}", refresh_token.secret()); }