diff --git a/components/GalleryPage.vue b/components/GalleryPage.vue index f5858ef..93bf720 100644 --- a/components/GalleryPage.vue +++ b/components/GalleryPage.vue @@ -60,10 +60,8 @@ export default { && this.galleries[this.activeGalleryIndex].images && this.galleries[this.activeGalleryIndex].images[this.activeImageIndex] ) { - console.log('found') return this.galleries[this.activeGalleryIndex].images[this.activeImageIndex].url } else { - console.log('not found') // TOOD return 404 page - does this do it? throw({ statusCode: 404, message: 'Image Not Found' }) }