diff options
| author | Pitu <[email protected]> | 2021-06-20 21:53:16 +0900 |
|---|---|---|
| committer | Pitu <[email protected]> | 2021-06-20 21:53:16 +0900 |
| commit | 2efd58f1a4204276be8bd0c9f353b8019185b51d (patch) | |
| tree | 06a0ad1cdaec2d753f7355d531d604ca14eda6a7 /src/site/components | |
| parent | feat: show field notes if any (diff) | |
| download | host.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.vue | 3 |
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', |