2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-08 12:06:51 +08:00

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,