Remove useless comment

This commit is contained in:
Pierre Rudloff 2017-04-25 11:08:34 +02:00
parent 7428b334de
commit e9e0f6ca81

View file

@ -291,7 +291,6 @@ class VideoDownload
return popen($chain->getProcess()->getCommandLine(), 'r');
} else {
$avconvProc = $this->getAvconvMp3Process($video->url);
//dump($avconvProc->getProcess()); die;
return popen($avconvProc->getProcess()->getCommandLine(), 'r');
}