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

View File

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