remove console logs

This commit is contained in:
ogerly 2021-12-02 12:23:33 +01:00
parent 573c157b88
commit 7fb1f1cd1a

View File

@ -80,7 +80,6 @@ export default {
},
},
async created() {
console.log('wir sind da ')
await this.getPendingCreations()
},
}