From 87d9dfa0091c6ed6b837f9a52521f4b09603fdb8 Mon Sep 17 00:00:00 2001 From: John Botella Date: Tue, 8 Sep 2020 16:17:11 +0200 Subject: [PATCH] remove useless comm --- htdocs/cron/class/cronjob.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/cron/class/cronjob.class.php b/htdocs/cron/class/cronjob.class.php index 61511cbfd3d..cb4ef824690 100644 --- a/htdocs/cron/class/cronjob.class.php +++ b/htdocs/cron/class/cronjob.class.php @@ -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);