fix: remove debug
This commit is contained in:
parent
a428366f8e
commit
5890073c07
@ -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(())
|
||||
}
|
Loading…
Reference in New Issue
Block a user