remove console.log
This commit is contained in:
parent
811111f486
commit
f845c0d686
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue