remove console

pull/3420/head
Tuğçe Küçükoğlu 2022-12-09 11:07:36 +03:00
parent 553fd88a5e
commit 84fc44ceff
2 changed files with 0 additions and 3 deletions

View File

@ -68,7 +68,6 @@ export default {
}, },
x() { x() {
setTimeout(() => { setTimeout(() => {
console.log('kfbjhrbfj');
this.visible = false; this.visible = false;
}, this.life); }, this.life);
} }

View File

@ -251,9 +251,7 @@ export default {
this.galleriaService = new PhotoService(); this.galleriaService = new PhotoService();
}, },
async mounted() { async mounted() {
console.log(this.galleriaService);
await this.test(); await this.test();
console.log(this.images);
this.bindDocumentListeners(); this.bindDocumentListeners();
}, },
methods: { methods: {