소스 검색

Remove debugging log (#1588)

Remove debugging log
Vishnu Mohandas 1 년 전
부모
커밋
809c3e24fb
2개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 1
      apps/photos/src/pages/gallery/index.tsx
  2. 0 1
      apps/photos/src/pages/shared-albums/index.tsx

+ 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