diff options
| author | Pitu <[email protected]> | 2021-01-20 01:36:32 +0900 |
|---|---|---|
| committer | Pitu <[email protected]> | 2021-01-20 01:36:32 +0900 |
| commit | eb82ecb077c122879b838ecbe892f201280445b1 (patch) | |
| tree | 681decfff365e67df2e1be61e27e0ab726971961 /src/site | |
| parent | feat: add pagination to public album links (diff) | |
| download | host.fuwn.me-eb82ecb077c122879b838ecbe892f201280445b1.tar.xz host.fuwn.me-eb82ecb077c122879b838ecbe892f201280445b1.zip | |
chore: remove console logs
Diffstat (limited to 'src/site')
| -rw-r--r-- | src/site/pages/a/_identifier.vue | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/site/pages/a/_identifier.vue b/src/site/pages/a/_identifier.vue index 43e138d..d0da06d 100644 --- a/src/site/pages/a/_identifier.vue +++ b/src/site/pages/a/_identifier.vue @@ -120,9 +120,6 @@ export default { this.downloadLink = downloadLink; this.isNsfw = data.isNsfw; this.totalFiles = data.count; - - console.log('files', this.files); - console.log('totalFiles', this.totalFiles); } catch (err) { this.$notifier.error(err.message); } |