removed test case

This commit is contained in:
thezomo
2025-09-20 03:07:37 -05:00
parent e49b0079d3
commit a4e6f87729
2 changed files with 0 additions and 5 deletions

Binary file not shown.

View File

@@ -147,11 +147,6 @@ func loadSongFile(fileName string) (string, error) {
DiscCount: discCount,
}
// Ivy Lab // Infinite Falling Ground // Touch
if loadedTags.Artist == "Ivy Lab" {
log.Println(loadedTags.Title)
}
err = loadedTags.Validate()
if err != nil {
return "", err