remove debug comments
All checks were successful
CI/CD Pipeline / test (push) Successful in 3m53s
CI/CD Pipeline / deploy (push) Successful in 2m47s

This commit is contained in:
Philipp Hofer 2025-04-13 23:13:53 +02:00
parent 001fcb2f18
commit 944d4d8d19

View File

@ -30,11 +30,6 @@ async fn view(
let teams = TeamsAtStationLocation::for_station(&db, &station).await; 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! { let content = html! {
h1 { (format!("Station {}", station.name)) } h1 { (format!("Station {}", station.name)) }
@if let (Some(lat), Some(lng)) = (station.lat, station.lng) { @if let (Some(lat), Some(lng)) = (station.lat, station.lng) {