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:
parent
1bc87bca65
commit
40fae186c9
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue