aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/site/pages/a/_identifier.vue3
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);
}