chore: remove console logs

This commit is contained in:
Pitu 2021-01-20 01:36:32 +09:00
parent 68fd5bd133
commit eb82ecb077
1 changed files with 0 additions and 3 deletions

View File

@ -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);
}