Skip to content

Commit bc11c37

Browse files
committed
fix bug
1 parent 4ca756e commit bc11c37

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Jenner/Crontab/Mission.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,6 @@ public function run()
246246
if ($type == \Symfony\Component\Process\Process::ERR) {
247247
$err->error($buffer);
248248
} else {
249-
echo 'info-------------------------------' . PHP_EOL;
250-
var_dump($buffer);
251249
$out->info($buffer);
252250
}
253251
});

0 commit comments

Comments
 (0)