Remove log

This commit is contained in:
Gabe Kangas 2020-06-18 15:31:51 -07:00
parent 465fa84b17
commit cfc7ea7967

View file

@ -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)