From 40cf497c5ec5355931a5d56f8c6fe83c5d70d6ac Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Mon, 28 Jan 2019 12:17:08 +0000 Subject: [PATCH] removed console.log()s --- components/GalleryPage.vue | 2 -- 1 file changed, 2 deletions(-) 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' }) }