Remove debugging log (#1588)

Remove debugging log
This commit is contained in:
Vishnu Mohandas 2024-01-26 10:54:22 +05:30 committed by GitHub
commit 809c3e24fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View file

@ -814,7 +814,6 @@ export default function Gallery() {
typeof value === 'function'
? value(attributes)
: { ...attributes, ...value };
console.log('value', attributes, updatedAttributes);
const updatedAttributesList = attributes
? prev.map((attr) =>
attr.id === id ? updatedAttributes : attr

View file

@ -147,7 +147,6 @@ export default function PublicCollectionGallery() {
typeof value === 'function'
? value(attributes)
: { ...attributes, ...value };
console.log('value', attributes, updatedAttributes);
const updatedAttributesList = attributes
? prev.map((attr) =>
attr.id === id ? updatedAttributes : attr