Skip to content

Commit

Permalink
chore: remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideIadeluca committed Jul 30, 2024
1 parent 64ae32f commit 827960b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions js/src/forum/components/PollForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -359,15 +359,6 @@ export default class PollForm extends Component<PollFormAttrs, PollFormState> {
throw new FormError(app.translator.trans('fof-polls.forum.modal.min'));
}

console.log(
'option answers',
this.optionAnswers.map((o) => o())
);
console.log(
'option image urls',
this.optionImageUrls.map((o) => o())
);

const pollExists = this.state.poll.exists;
const options = this.options.map((option, i) => {
option.pushAttributes({
Expand Down

0 comments on commit 827960b

Please sign in to comment.