Remove stray console.log.

This commit is contained in:
Guo Xiang Tan 2017-02-02 17:38:23 +08:00
parent 1bc87bca65
commit 40fae186c9

View File

@ -116,7 +116,6 @@ createWidget('discourse-poll-voters', {
state.pollVoters = attrs.pollVoters;
}
console.log(state.pollVoters);
const contents = state.pollVoters.map(user => {
return h('li', [avatarFor('tiny', {
username: user.username,