diff --git a/core/modules/layout_builder/src/Plugin/Field/FieldType/LayoutSectionItem.php b/core/modules/layout_builder/src/Plugin/Field/FieldType/LayoutSectionItem.php
index a8d5c7074bd497c82886a07c08b4648b3aa487ad..0865f0c7c54a25b9dba31061bb7135396d618ddd 100644
--- a/core/modules/layout_builder/src/Plugin/Field/FieldType/LayoutSectionItem.php
+++ b/core/modules/layout_builder/src/Plugin/Field/FieldType/LayoutSectionItem.php
@@ -67,7 +67,6 @@ public static function schema(FieldStorageDefinitionInterface $field_definition)
         'section' => [
           'type' => 'blob',
           'size' => 'normal',
-          // @todo Address in https://www.drupal.org/node/2914503.
           'serialize' => TRUE,
         ],
       ],