fix(service_account): Remove debug println from code

whoops :)
This commit is contained in:
Lewin Bormann
2016-09-21 09:03:51 +02:00
parent 624a202464
commit 943f57e42f

View File

@@ -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);