diff --git a/crates/utils/tcbinfo-updater/src/main.rs b/crates/utils/tcbinfo-updater/src/main.rs index 8830493..a68d566 100644 --- a/crates/utils/tcbinfo-updater/src/main.rs +++ b/crates/utils/tcbinfo-updater/src/main.rs @@ -23,7 +23,6 @@ async fn get_tcbinfo(fmspc: Fmspc, update: Update) -> String { .text() .await .expect("could not read https response"); - println!("{body}"); body }