* remove test code.

This commit is contained in:
wangyidong
2017-12-13 13:11:20 +08:00
parent cfce20ea3b
commit 452ab148f0
-1
View File
@@ -214,7 +214,6 @@ class cron extends control
$log = '';
$time = $now->format('G:i:s');
$log = "$time task " . $id . " executed,\ncommand: $cron[command].\nreturn : $return.\noutput : $output\n";
$log .= $this->app->company->name . "\n";
$this->cron->logCron($log);
unset($log);
}