Skip to content

Commit

Permalink
No console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Nov 1, 2022
1 parent bc3cc06 commit 89def1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/blocks/Listing/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const CallToActionSchema = ({ formData }) => {
export const setCardModelSchema = (args) => {
const { formData, schema } = args;

console.log('setCardModelSchema', args);
// console.log('setCardModelSchema', args);

const itemModelSchema = schema.properties.itemModel.schema;
itemModelSchema.fieldsets[0].fields = [
Expand Down Expand Up @@ -149,7 +149,7 @@ export const setItemModelSchema = (args) => {
const { formData, schema } = args;
const itemModelSchema = schema.properties.itemModel.schema;

console.log('setItemModelSchema', args);
// console.log('setItemModelSchema', args);

itemModelSchema.fieldsets[0].fields = [
...itemModelSchema.fieldsets[0].fields,
Expand Down

0 comments on commit 89def1d

Please sign in to comment.