Skip to content

Commit

Permalink
removed console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
selinisik committed Nov 14, 2023
1 parent 6903e29 commit 41b100f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions prediction-polls/frontend/src/Pages/Create/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,6 @@ function Create() {
};

const handleSubmit = () => {
console.log('Question:', question);
console.log('Poll Type:', pollType);
console.log('Additional Choices:', additionalChoices);
console.log('Customized Type:', customizedType);
console.log('Customized Options:', customizedOptions);
console.log('Selected Date:', selectedDate);
// Additional logic will be added
};

Expand Down

0 comments on commit 41b100f

Please sign in to comment.