Merge pull request #3443 from GPCsolutions/3.5-3442

Fix #3442 Remove useless syslog
This commit is contained in:
Laurent Destailleur 2015-09-03 10:30:42 +02:00
commit 9efecbf52b

View File

@ -119,7 +119,6 @@ class box_prospect extends ModeleBoxes
}
}
else {
dol_syslog("box_prospect::loadBox not allowed de read this box content",LOG_ERR);
$this->info_box_contents[0][0] = array('td' => 'align="left"',
'text' => $langs->trans("ReadPermissionNotAllowed"));
}