Fix #3442 Remove useless syslog

Not having the permission to read the box is not an error.
Furthermore, no other boxes have this behavior.
This commit is contained in:
Raphaël Doursenaud 2015-08-31 19:41:42 +02:00
parent 58988d3084
commit 51d5bff15d

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"));
}