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');
|
return popen($chain->getProcess()->getCommandLine(), 'r');
|
||||||
} else {
|
} else {
|
||||||
$avconvProc = $this->getAvconvMp3Process($video->url);
|
$avconvProc = $this->getAvconvMp3Process($video->url);
|
||||||
//dump($avconvProc->getProcess()); die;
|
|
||||||
|
|
||||||
return popen($avconvProc->getProcess()->getCommandLine(), 'r');
|
return popen($avconvProc->getProcess()->getCommandLine(), 'r');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue