Ver código fonte

remove extraneous debug log line

Grant Limberg 3 anos atrás
pai
commit
130689d82b
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      zeroidc/src/lib.rs

+ 0 - 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());
                             }