Browse Source

remove extraneous debug log line

pull/4/head
Grant Limberg 4 years ago
parent
commit
130689d82b
No known key found for this signature in database
GPG Key ID: 8F2F97D3BE8D7735
  1. 1
      zeroidc/src/lib.rs

1
zeroidc/src/lib.rs

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

Loading…
Cancel
Save