Remove log
This commit is contained in:
@@ -81,7 +81,7 @@ func showStreamOfflineState(configuration Config) {
|
|||||||
|
|
||||||
ffmpegCmd := configuration.FFMpegPath + " " + ffmpegFlagsString
|
ffmpegCmd := configuration.FFMpegPath + " " + ffmpegFlagsString
|
||||||
|
|
||||||
fmt.Println(ffmpegCmd)
|
// fmt.Println(ffmpegCmd)
|
||||||
|
|
||||||
_, err := exec.Command("sh", "-c", ffmpegCmd).Output()
|
_, err := exec.Command("sh", "-c", ffmpegCmd).Output()
|
||||||
fmt.Println(err)
|
fmt.Println(err)
|
||||||
|
|||||||
Reference in New Issue
Block a user