This commit is contained in:
Frédéric FRANCE 2020-10-31 16:40:53 +01:00
parent e95f38cca7
commit fb980fb110
No known key found for this signature in database
GPG Key ID: 06809324E4B2ABC1

View File

@ -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;
}