From cfc7ea7967f564d4869e8269d53e940803c1a591 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Thu, 18 Jun 2020 15:31:51 -0700 Subject: [PATCH] Remove log --- ffmpeg.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)