From 46613af5f32e133705c179fe7e4957c59db84f96 Mon Sep 17 00:00:00 2001 From: Zynh0722 Date: Tue, 26 Sep 2023 17:05:41 -0700 Subject: [PATCH] remove another unneeded comment --- src/main.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index ffbe891..c4e2f10 100644 --- a/src/main.rs +++ b/src/main.rs @@ -98,8 +98,6 @@ async fn root(State(state): State) -> impl IntoResponse { tracing::debug!("{open_shift:?}"); - // let is_open_shift = open_shift.is_some(); - render!(templates::home_html, open_shift) }