1
0

Removed forgotten debug println.

This commit is contained in:
Alexander Andreev 2022-03-31 15:44:17 +04:00
parent 970efd7d9d
commit b591346177
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F

View File

@ -132,7 +132,6 @@ func IcecastWatchPlaylist(playlistPath string, lastNSongs int) error {
} }
err = playlistWatcher.AddWatch(playlistPath, watcher.ModMask) err = playlistWatcher.AddWatch(playlistPath, watcher.ModMask)
fmt.Println(playlistPath)
if err != nil { if err != nil {
return errors.Wrap(err, "cannot set a playlist to watch") return errors.Wrap(err, "cannot set a playlist to watch")
} }