From 4678a4820c917c6dad671302349d7b0b04cae59e Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Mon, 13 Oct 2025 16:23:13 -0400 Subject: [PATCH] Removing code that was meant to be removed Caused an extra file to be created when the request is called --- src/callers/song.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/callers/song.rs b/src/callers/song.rs index 20e3cb8..bc3eccb 100644 --- a/src/callers/song.rs +++ b/src/callers/song.rs @@ -907,11 +907,6 @@ pub mod endpoint { data.len() ); - // TODO: Remove this - // Save the file to disk - let mut file = std::fs::File::create(&file_name).unwrap(); - file.write_all(&data).unwrap(); - let raw_data: Vec = data.to_vec(); let queue_repo = song_queue::insert( &pool,