From e9e0f6ca816b947e1370d33711d69e9748c0a336 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Tue, 25 Apr 2017 11:08:34 +0200 Subject: [PATCH] Remove useless comment --- classes/VideoDownload.php | 1 - 1 file changed, 1 deletion(-) 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'); }