remove debug code

This commit is contained in:
Reid 2023-10-31 19:42:52 -07:00
parent c3bb6d0d67
commit 0d138c9794
Signed by: reidlab
GPG key ID: 6C9EAA3364F962C8

View file

@ -347,16 +347,6 @@ pub async fn get_levels(input: Form<FormGetLevels>) -> status::Custom<&'static s
.await
.expect("error getting level count");
// for goop in {
// query
// .fetch_all(&mut connection)
// .await
// .expect("error loading levels")
// } {
// println!("lvl id: {:?}", goop.id);
// println!("user id: {:?}", goop.user_id);
// }
for result in {
query
.fetch_all(&mut connection)