aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-05-05 22:56:38 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-05-05 22:56:38 +0200
commit407e75d5f542d2043a233396868c4cf44c087254 (patch)
tree3679c2a39afa135e044e7a5498d488497c4c4fad
parentd89a1be656486960378f8c8515b5259a9916a7c7 (diff)
Revert "add boot size debug print"
This reverts commit d89a1be656486960378f8c8515b5259a9916a7c7.
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
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,