diff --git a/src/FFMpeg/FFMpeg.php b/src/FFMpeg/FFMpeg.php index ffcd923..167b05f 100644 --- a/src/FFMpeg/FFMpeg.php +++ b/src/FFMpeg/FFMpeg.php @@ -217,7 +217,6 @@ class FFMpeg extends Binary $this->logger->addInfo(sprintf('FFmpeg executes command %s', $process->getCommandLine())); - echo $process->getCommandLine() . "\n\n"; try { $process->run(); } catch (\RuntimeException $e) {