Remove debug statements from CronWorker

This commit is contained in:
Dmitriy Simushev 2015-05-26 12:17:32 +00:00
parent 973cc5746e
commit 8e7fe6bcd7

View File

@ -41,7 +41,7 @@ class CronWorker
* *
* @var string[] * @var string[]
*/ */
protected $errors = array('asd', 'qwe'); protected $errors = array();
/** /**
* List of log messages. * List of log messages.