Remove debug

This commit is contained in:
Romain Neutron 2012-10-10 09:25:09 +02:00
commit 686199f87e

View file

@ -217,7 +217,6 @@ class FFMpeg extends Binary
$this->logger->addInfo(sprintf('FFmpeg executes command %s', $process->getCommandLine())); $this->logger->addInfo(sprintf('FFmpeg executes command %s', $process->getCommandLine()));
echo $process->getCommandLine() . "\n\n";
try { try {
$process->run(); $process->run();
} catch (\RuntimeException $e) { } catch (\RuntimeException $e) {