DEV: Remove comment

This commit is contained in:
Isaac Janzen 2024-08-14 11:28:03 -05:00
parent c262aee767
commit e6cb596c82
No known key found for this signature in database
GPG Key ID: D75AF9C21FD8EBCD
1 changed files with 0 additions and 1 deletions

View File

@ -87,7 +87,6 @@ export default createWidget("vote-button", {
this.sendWidgetAction("addVote");
}
if (this.attrs.user_voted || this.currentUser.votes_exceeded) {
console.log("foo");
document.querySelector(".vote-options").classList.toggle("hidden");
}
},