diff options
Diffstat (limited to 'viewer/src/views/GalleryNavigation.vue')
-rw-r--r-- | viewer/src/views/GalleryNavigation.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/viewer/src/views/GalleryNavigation.vue b/viewer/src/views/GalleryNavigation.vue index fafb2ed..7c6d11b 100644 --- a/viewer/src/views/GalleryNavigation.vue +++ b/viewer/src/views/GalleryNavigation.vue | |||
@@ -49,7 +49,6 @@ export default class GalleryNavigation extends Vue { | |||
49 | 49 | ||
50 | @Watch("path") | 50 | @Watch("path") |
51 | pathChanged() { | 51 | pathChanged() { |
52 | console.log("Path: ", this.path); | ||
53 | this.$galleryStore.setCurrentPath(this.path); | 52 | this.$galleryStore.setCurrentPath(this.path); |
54 | } | 53 | } |
55 | 54 | ||