remove debug statement
This commit is contained in:
parent
6ea1585d7c
commit
ff30d1894a
@ -31,7 +31,6 @@ impl DayWithTrips {
|
||||
.all(db)
|
||||
.await
|
||||
.unwrap();
|
||||
println!("{:#?}", trips_with_users);
|
||||
|
||||
for (trip, users) in trips_with_users {
|
||||
trips.push(TripWithUser::new(trip, users.unwrap()));
|
||||
|
Loading…
Reference in New Issue
Block a user