Skip to content
Snippets Groups Projects
Commit 9efecbf5 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #3443 from GPCsolutions/3.5-3442

Fix #3442 Remove useless syslog
parents e3d4b104 51d5bff1
No related branches found
No related tags found
No related merge requests found
......@@ -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"));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment