fix: remove debug

This commit is contained in:
0xMRTT 2023-06-17 17:16:43 +02:00
parent a428366f8e
commit 5890073c07
Signed by: 0xMRTT
GPG Key ID: 910B287304120902
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
let response = r[r.len() - 1].text.clone();
println!("{:?}", response);
println!("{}", response);
Ok(())
}