From b591346177b750692e38306174f920f532a9df25 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Thu, 31 Mar 2022 15:44:17 +0400 Subject: [PATCH] Removed forgotten debug println. --- internal/radio/icecast.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/radio/icecast.go b/internal/radio/icecast.go index 6ae7656..6cb0583 100644 --- a/internal/radio/icecast.go +++ b/internal/radio/icecast.go @@ -132,7 +132,6 @@ func IcecastWatchPlaylist(playlistPath string, lastNSongs int) error { } err = playlistWatcher.AddWatch(playlistPath, watcher.ModMask) - fmt.Println(playlistPath) if err != nil { return errors.Wrap(err, "cannot set a playlist to watch") }