Skip to content

Commit

Permalink
Fix #3442 Remove useless syslog
Browse files Browse the repository at this point in the history
Not having the permission to read the box is not an error.
Furthermore, no other boxes have this behavior.
  • Loading branch information
rdoursenaud committed Aug 31, 2015
1 parent 58988d3 commit 51d5bff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion htdocs/core/boxes/box_prospect.php
Expand Up @@ -119,7 +119,6 @@ function loadBox($max=5)
}
}
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"));
}
Expand Down

0 comments on commit 51d5bff

Please sign in to comment.