This commit is contained in:
Ajinkya Kulkarni 2024-12-04 21:45:43 +01:00
parent dd158dbe7f
commit 64c0fc43de

View file

@ -23,7 +23,6 @@ async fn get_tcbinfo(fmspc: Fmspc, update: Update) -> String {
.text()
.await
.expect("could not read https response");
println!("{body}");
body
}