mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Remove stray console.log
.
This commit is contained in:
parent
1bc87bca65
commit
40fae186c9
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user