Code cleanup

This commit is contained in:
kdeng00
2025-05-22 16:13:45 -04:00
parent b93db64c20
commit 533614d07d
2 changed files with 0 additions and 9 deletions
-4
View File
@@ -440,10 +440,6 @@ pub mod endpoint {
data.len()
);
// Save the file to disk
// let mut file = std::fs::File::create(&file_name).unwrap();
// file.write_all(&data).unwrap();
let raw_data: Vec<u8> = data.to_vec();
match song_queue::update(&pool, &raw_data, &id).await {
Ok(queued_data) => {