remove useless comm

This commit is contained in:
John Botella 2020-09-08 16:17:11 +02:00
parent 5a0622c906
commit 87d9dfa009

View File

@ -1061,7 +1061,6 @@ class Cronjob extends CommonObject
$result = $langs->reload($this->module_name.'@'.$this->module_name);
}
// If this->module_name was an existing language file, this will make nothing
if ($result < 0) // If technical error
{
dol_syslog(get_class($this)."::run_jobs Cannot load module lang file - ".$langs->error, LOG_ERR);