Skip to content

Commit

Permalink
comment cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ichim-david committed Sep 28, 2022
1 parent 01c076b commit 857100e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/schema-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 857100e

Please sign in to comment.