diff --git a/steamguard/src/lib.rs b/steamguard/src/lib.rs index 810ae6b..b2c01f3 100644 --- a/steamguard/src/lib.rs +++ b/steamguard/src/lib.rs @@ -163,7 +163,7 @@ impl SteamGuardAccount { trace!("{:?}", resp); let text = resp.text().unwrap(); trace!("text: {:?}", text); - println!("{}", text); + trace!("{}", text); return parse_confirmations(text); }