diff --git a/core/metamodel.class.php b/core/metamodel.class.php index 3b9a120d5..5aa45a4db 100644 --- a/core/metamodel.class.php +++ b/core/metamodel.class.php @@ -7243,7 +7243,6 @@ abstract class MetaModel */ public static function BulkUpdate(DBObjectSearch $oFilter, array $aValues) { - DeprecatedCallsLog::NotifyDeprecatedPhpMethod('do not use : dead code, will be removed in the future'); // $aValues is an array of $sAttCode => $value $sSQL = $oFilter->MakeUpdateQuery($aValues); if (!self::DBIsReadOnly()) {