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", (),