Browse Source

Remove log

pull/15/head
Gabe Kangas 5 years ago
parent
commit
cfc7ea7967
  1. 2
      ffmpeg.go

2
ffmpeg.go

@ -81,7 +81,7 @@ func showStreamOfflineState(configuration Config) { @@ -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)

Loading…
Cancel
Save