forked from Ruderverein-Donau-Linz/rowt
		
	remove debug statement
This commit is contained in:
		@@ -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()));
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user