From 80456cb79cf391435bcfb600d0a5202aa9de5b84 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 6 Sep 2020 01:31:57 +0100 Subject: [PATCH] Revert "for revert" now we know how to suppress rocket junk, we can drop this This reverts commit 089ae8593361bc0091c9c984a290d05b0b67483a. --- src/bin/server.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/bin/server.rs b/src/bin/server.rs index e9305d34..fceda973 100644 --- a/src/bin/server.rs +++ b/src/bin/server.rs @@ -131,9 +131,5 @@ fn main() { let r = game::session::mount(r); let r = game::api::mount(r); - - let r = r.attach(rocket::fairing::AdHoc::on_launch("report launch", |r|{ - info!("rocket launching on {} {}", &r.config().address, &r.config().port); - })); r.launch(); } -- 2.30.2