remove extraneous debug log line

This commit is contained in:
Grant Limberg
2022-03-29 10:03:34 -07:00
parent 1efceb86fc
commit 130689d82b

View File

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