remove console logs

This commit is contained in:
ogerly 2021-12-02 11:52:36 +01:00
parent 56fcd7d445
commit 297c892e57

View File

@ -87,7 +87,6 @@ export default {
query: getPendingCreations,
})
.then((result) => {
console.log(result.data)
this.$store.commit('setOpenCreations', result.data.getPendingCreations.length)
})
.catch()