From 64c0fc43dedb5dfa3c3612a706046af626f6a275 Mon Sep 17 00:00:00 2001 From: Ajinkya Kulkarni Date: Wed, 4 Dec 2024 21:45:43 +0100 Subject: [PATCH] WIP --- crates/utils/tcbinfo-updater/src/main.rs | 1 - 1 file changed, 1 deletion(-) 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 }