From 1d9c6b74f283de9d8e289ec3d261e7ed92e86cc8 Mon Sep 17 00:00:00 2001 From: Martin Quarda Date: Mon, 7 Oct 2024 17:45:41 +0200 Subject: [PATCH] fix --- frontend/src/scripts/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/src/scripts/index.js b/frontend/src/scripts/index.js index 3107a12..df5aff2 100644 --- a/frontend/src/scripts/index.js +++ b/frontend/src/scripts/index.js @@ -110,9 +110,7 @@ class Main extends Component { render(){ let photos_gallery = []; let photos_carousel = []; - console.log(this.state.photos); if(this.state.gallery_open !== undefined){ - console.log(this.state.photos[this.state.gallery_open].photos) for (const photo of this.state.photos[this.state.gallery_open].photos){ photos_gallery.push({ src: photo.thumbnail,