fix: remove debug

This commit is contained in:
2023-06-17 17:16:43 +02:00
parent a428366f8e
commit 5890073c07

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(())
} }