Removed forgotten debug println.
This commit is contained in:
parent
970efd7d9d
commit
b591346177
@ -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")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user