diff --git a/src/SDK/Common/Attribute/AttributesBuilder.php b/src/SDK/Common/Attribute/AttributesBuilder.php index a81c1042c..06674389b 100644 --- a/src/SDK/Common/Attribute/AttributesBuilder.php +++ b/src/SDK/Common/Attribute/AttributesBuilder.php @@ -81,9 +81,6 @@ public function offsetSet($offset, $value): void } $this->attributes[$offset] = $this->normalizeValue($value); - //@todo "There SHOULD be a message printed in the SDK's log to indicate to the user that an attribute was - // discarded due to such a limit. To prevent excessive logging, the message MUST be printed at most - // once per (i.e., not per discarded attribute)." } /**