From 857100e756ef7e258fce8c5173e5c89fbb6005e7 Mon Sep 17 00:00:00 2001 From: David Ichim Date: Wed, 28 Sep 2022 11:24:48 +0300 Subject: [PATCH] comment cleanup --- src/schema-utils.js | 1 - 1 file changed, 1 deletion(-) 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;