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() {
setTimeout(() => {
console.log('kfbjhrbfj');
this.visible = false;
}, this.life);
}

View File

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