Remove useless comment
This commit is contained in:
parent
7428b334de
commit
e9e0f6ca81
1 changed files with 0 additions and 1 deletions
|
@ -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');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue