remove console.log
This commit is contained in:
parent
811111f486
commit
f845c0d686
|
@ -249,7 +249,6 @@ export default {
|
|||
}
|
||||
},
|
||||
allVotings() {
|
||||
console.log(this.users);
|
||||
return this.users.filter(a => {
|
||||
return a.voting
|
||||
}).length
|
||||
|
|
Loading…
Reference in New Issue