remove another unneeded comment

main
Zynh0722 2023-09-26 17:05:41 -07:00
parent 20ae3a8717
commit 46613af5f3
1 changed files with 0 additions and 2 deletions

View File

@ -98,8 +98,6 @@ async fn root(State(state): State<AppState>) -> impl IntoResponse {
tracing::debug!("{open_shift:?}");
// let is_open_shift = open_shift.is_some();
render!(templates::home_html, open_shift)
}