From 9aad07f20c3ce870692b4416b57a25cc4af35dad Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 15 Jul 2021 21:57:32 +0200 Subject: [PATCH] Remove log --- htdocs/core/class/commonobject.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php index e372e2211b3..cd1810ed06c 100644 --- a/htdocs/core/class/commonobject.class.php +++ b/htdocs/core/class/commonobject.class.php @@ -8532,7 +8532,6 @@ abstract class CommonObject // Retrieve all extrafield // fetch optionals attributes and labels $this->fetch_optionals(); - dol_syslog("aaa=".$this->id); return $this->id; } else {