diff --git a/ffmpeg.go b/ffmpeg.go index e11a01c00..3fff1a344 100644 --- a/ffmpeg.go +++ b/ffmpeg.go @@ -81,7 +81,7 @@ func showStreamOfflineState(configuration Config) { ffmpegCmd := configuration.FFMpegPath + " " + ffmpegFlagsString - fmt.Println(ffmpegCmd) + // fmt.Println(ffmpegCmd) _, err := exec.Command("sh", "-c", ffmpegCmd).Output() fmt.Println(err)