Withdrew console.log entries.

This commit is contained in:
elweyn 2021-10-05 10:21:13 +02:00
parent 6232810337
commit bf38b378b7

View File

@ -72,11 +72,9 @@ export default {
fetchPolicy: 'network-only',
})
.then((response) => {
console.log('got communities:', response.data.communities)
this.communities = response.data.communities
})
.catch((error) => {
console.log('Huston got a problem', error.message)
this.$toasted.error(error.message)
})
loader.hide()