remove console.log

This commit is contained in:
Gregor 2020-03-10 00:32:37 +01:00
parent 811111f486
commit f845c0d686
1 changed files with 0 additions and 1 deletions

View File

@ -249,7 +249,6 @@ export default {
} }
}, },
allVotings() { allVotings() {
console.log(this.users);
return this.users.filter(a => { return this.users.filter(a => {
return a.voting return a.voting
}).length }).length