Skip to content

Commit

Permalink
fixed issue
Browse files Browse the repository at this point in the history
  • Loading branch information
amydevs committed Jun 21, 2022
1 parent d6f3866 commit 2591b6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion exalta_core/src/auth/steamworks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ pub async fn request_credentials(
.send()
.await?;
let resp_text = steam_creds_resp.text().await?;
println!("{}", resp_text);
Ok(quick_xml::de::from_str::<Credentials>(&resp_text).map_err(|e| AuthError(e.to_string()))?)
}

Expand Down

0 comments on commit 2591b6a

Please sign in to comment.