Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -204,7 +204,7 @@ class MakeVideo implements ShouldQueue | ... | @@ -204,7 +204,7 @@ class MakeVideo implements ShouldQueue |
204 | ]); | 204 | ]); |
205 | 205 | ||
206 | }catch (\Exception $exception){ | 206 | }catch (\Exception $exception){ |
207 | - echo $exception->getMessage(); | 207 | +// echo $exception->getMessage(); |
208 | } | 208 | } |
209 | 209 | ||
210 | } | 210 | } |
... | @@ -434,7 +434,7 @@ class MakeVideo implements ShouldQueue | ... | @@ -434,7 +434,7 @@ class MakeVideo implements ShouldQueue |
434 | * @return mixed | 434 | * @return mixed |
435 | */ | 435 | */ |
436 | public function execmd($cmd, $update_progress = false) { | 436 | public function execmd($cmd, $update_progress = false) { |
437 | - echo $cmd . "\n". "\n". "\n"; | 437 | +// echo $cmd . "\n". "\n". "\n"; |
438 | $descriptorspec = array( | 438 | $descriptorspec = array( |
439 | 1 => array("pipe", "w"), // 标准输出,子进程向此管道中写入数据 | 439 | 1 => array("pipe", "w"), // 标准输出,子进程向此管道中写入数据 |
440 | ); | 440 | ); | ... | ... |
-
Please register or login to post a comment