diff --git a/classes/VideoDownload.php b/classes/VideoDownload.php index a838303..373ac38 100644 --- a/classes/VideoDownload.php +++ b/classes/VideoDownload.php @@ -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'); }