Skip to content
Snippets Groups Projects
Commit 977017e6 authored by Michael Hauspie's avatar Michael Hauspie
Browse files

Remove debug print

parent 835ca668
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,6 @@ use operations::{Operation, OperationResult}; ...@@ -41,7 +41,6 @@ use operations::{Operation, OperationResult};
#[get("/")] #[get("/")]
fn index(host: &Host) -> String { fn index(host: &Host) -> String {
println!("{host}");
INDEX_TEXT.replace("<host>", &host.to_string()) INDEX_TEXT.replace("<host>", &host.to_string())
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment