diff --git a/htdocs/api/class/api.class.php b/htdocs/api/class/api.class.php index 9708f036d70..80a608a0581 100644 --- a/htdocs/api/class/api.class.php +++ b/htdocs/api/class/api.class.php @@ -224,7 +224,6 @@ class DolibarrApi if (!empty($object->thirdparty) && is_object($object->thirdparty)) { $this->_cleanObjectDatas($object->thirdparty); } - dol_syslog(print_r($object, true), LOG_NOTICE); return $object; }