remove another unneeded comment
parent
20ae3a8717
commit
46613af5f3
|
@ -98,8 +98,6 @@ async fn root(State(state): State<AppState>) -> impl IntoResponse {
|
||||||
|
|
||||||
tracing::debug!("{open_shift:?}");
|
tracing::debug!("{open_shift:?}");
|
||||||
|
|
||||||
// let is_open_shift = open_shift.is_some();
|
|
||||||
|
|
||||||
render!(templates::home_html, open_shift)
|
render!(templates::home_html, open_shift)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue