diff --git a/src/schema-utils.js b/src/schema-utils.js index 47dd5c7b..a70f5069 100644 --- a/src/schema-utils.js +++ b/src/schema-utils.js @@ -69,7 +69,6 @@ const addStylesField = ({ schema, intl, formData }) => { // We omit the first step in ladder because of bugs in Volto < 16.0.0-alpha.36 // In later versions we won't have to redefine the styles field - // debugger; if (schema.properties.styles) return schema; const defaultStyleSchema = config.blocks.blocksConfig.listing.stylesSchema;