From 407e75d5f542d2043a233396868c4cf44c087254 Mon Sep 17 00:00:00 2001 From: HimbeerserverDE Date: Fri, 5 May 2023 22:56:38 +0200 Subject: Revert "add boot size debug print" This reverts commit d89a1be656486960378f8c8515b5259a9916a7c7. --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 535012e..f7e73e6 100644 --- a/src/main.rs +++ b/src/main.rs @@ -46,7 +46,7 @@ async fn handle_shutdown() -> HttpResponse { } async fn handle_update_boot(data: web::Bytes) -> HttpResponse { - println!("[admind] update boot ({} bytes)", data.len()); + println!("[admind] update boot"); let boot = match boot_dev() { Ok(v) => v, -- cgit v1.2.3