remove extraneous debug log line

This commit is contained in:
Grant Limberg 2022-03-29 10:03:34 -07:00
parent 1efceb86fc
commit 130689d82b
No known key found for this signature in database
GPG Key ID: 8F2F97D3BE8D7735

View File

@ -203,7 +203,6 @@ impl ZeroIDC {
}
#[cfg(debug_assertions)] {
println!("now: {:?}\nexp: {:?}", now, exp);
println!("Refresh Token: {}", refresh_token.secret());
}