Reduce log

This commit is contained in:
Laurent Destailleur 2020-08-17 17:40:08 +02:00
parent e69e165bae
commit e891250fb3

View File

@ -2997,7 +2997,7 @@ class User extends CommonObject
public function build_path_from_id_user($id_user, $protection = 0)
{
// phpcs:enable
dol_syslog(get_class($this)."::build_path_from_id_user id_user=".$id_user." protection=".$protection, LOG_DEBUG);
//dol_syslog(get_class($this)."::build_path_from_id_user id_user=".$id_user." protection=".$protection, LOG_DEBUG);
if (!empty($this->users[$id_user]['fullpath']))
{