This commit is contained in:
phoenix
2025-04-03 23:14:17 -04:00
parent 3910ad23c3
commit fd286edd95
-1
View File
@@ -153,7 +153,6 @@ impl CommitManager {
if flag == "-D" { if flag == "-D" {
song.id = uuid::Uuid::from_str(value.as_str()).unwrap(); song.id = uuid::Uuid::from_str(value.as_str()).unwrap();
// value.parse::<i32>().unwrap();
} }
} }