Sfoglia il codice sorgente

remove console log

Abhinav 1 anno fa
parent
commit
8f3a13ea09

+ 0 - 1
apps/photos/src/pages/gallery/index.tsx

@@ -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

+ 0 - 1
apps/photos/src/pages/shared-albums/index.tsx

@@ -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