tsk-211: Cleanup

This commit is contained in:
kdeng00
2025-10-22 20:50:57 -04:00
parent db17fdc0c5
commit d56479fd57
-5
View File
@@ -98,11 +98,6 @@ pub async fn get_most_recent_and_update(pool: &sqlx::PgPool) -> Result<SongQueue
.bind(status::READY)
.fetch_one(pool)
.await;
/*
.map_err(|e| {
eprintln!("Error inserting: {e}");
});
*/
match result {
Ok(row) => {