remove debug comments
This commit is contained in:
parent
001fcb2f18
commit
944d4d8d19
@ -30,11 +30,6 @@ async fn view(
|
||||
|
||||
let teams = TeamsAtStationLocation::for_station(&db, &station).await;
|
||||
|
||||
//pub(crate) not_yet_here: Vec<Team>,
|
||||
//pub(crate) waiting: Vec<(Team, Rating)>,
|
||||
//pub(crate) doing: Vec<(Team, Rating)>,
|
||||
//pub(crate) left: Vec<(Team, Rating)>,
|
||||
|
||||
let content = html! {
|
||||
h1 { (format!("Station {}", station.name)) }
|
||||
@if let (Some(lat), Some(lng)) = (station.lat, station.lng) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user