aboutsummaryrefslogtreecommitdiff
path: root/src/site/components
diff options
context:
space:
mode:
authorPitu <[email protected]>2021-06-20 21:53:16 +0900
committerPitu <[email protected]>2021-06-20 21:53:16 +0900
commit2efd58f1a4204276be8bd0c9f353b8019185b51d (patch)
tree06a0ad1cdaec2d753f7355d531d604ca14eda6a7 /src/site/components
parentfeat: show field notes if any (diff)
downloadhost.fuwn.me-2efd58f1a4204276be8bd0c9f353b8019185b51d.tar.xz
host.fuwn.me-2efd58f1a4204276be8bd0c9f353b8019185b51d.zip
chore: remove leftovers
Diffstat (limited to 'src/site/components')
-rw-r--r--src/site/components/album/AlbumDetails.vue3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/site/components/album/AlbumDetails.vue b/src/site/components/album/AlbumDetails.vue
index a4e8496..aa434f3 100644
--- a/src/site/components/album/AlbumDetails.vue
+++ b/src/site/components/album/AlbumDetails.vue
@@ -151,9 +151,6 @@ export default {
computed: {
...mapState(['config', 'auth'])
},
- mounted() {
- console.log(this.isNsfw);
- },
methods: {
...mapActions({
deleteAlbumAction: 'albums/deleteAlbum',