diff --git a/src/main.rs b/src/main.rs index 05ac867..6912de9 100644 --- a/src/main.rs +++ b/src/main.rs @@ -60,8 +60,6 @@ async fn main() -> Result<(), Box> { if !empty { println!("Queue is not empty"); println!("SongQueueItem: {song_queue_item:?}"); - // TODO: For now, focus on making sure the token is valid before you get here - continue; let song_queue_id = song_queue_item.data[0].id; let user_id = song_queue_item.data[0].user_id;