From 9384ef278efcccbc823648c5852bb3133a24f135 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 29 Apr 2023 14:39:27 +0200 Subject: [PATCH] debug log --- src/routes/index.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/routes/index.rs b/src/routes/index.rs index 539cf4e..e09e85b 100644 --- a/src/routes/index.rs +++ b/src/routes/index.rs @@ -13,7 +13,6 @@ pub async fn page(req: HttpRequest, config: web::Data) -> impl Responder #[once(time = 60)] pub fn build_page(config: Config, url: String) -> String { - println!("{url}"); config.tmpl.render( "index.html", (),