mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2026-01-23 10:28:54 +01:00
fix(service_account): Remove debug println from code
whoops :)
This commit is contained in:
@@ -227,7 +227,6 @@ impl<'a, C> ServiceAccountAccess<C>
|
||||
|
||||
try!(result.read_to_string(&mut response));
|
||||
|
||||
println!("{}", response);
|
||||
let token: Result<TokenResponse, serde_json::error::Error> =
|
||||
serde_json::from_str(&response);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user