chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
089ae85
)
Revert "for revert"
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 6 Sep 2020 00:31:57 +0000
(
01:31
+0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 6 Sep 2020 00:31:57 +0000
(
01:31
+0100)
now we know how to suppress rocket junk, we can drop this
This reverts commit
089ae8593361bc0091c9c984a290d05b0b67483a
.
src/bin/server.rs
patch
|
blob
|
history
diff --git
a/src/bin/server.rs
b/src/bin/server.rs
index e9305d346f8a39846ca7bd5fbbb13d928f2b63b1..fceda973e9ebe707a3dd152bfc91d3e4875fd010 100644
(file)
--- 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();
}