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) }