remove another unneeded comment
This commit is contained in:
parent
20ae3a8717
commit
46613af5f3
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue