Skip to content

Commit

Permalink
Removed log
Browse files Browse the repository at this point in the history
  • Loading branch information
Sujal7ss committed Jun 1, 2024
1 parent 11ff137 commit 0730b77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/pages/Product/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const Product = () => {

function handleChange(event) {
setShoeSize(parseInt(event.target.innerText));
console.log(shoeSize);
}
async function handleSubmit(event) {
event.preventDefault();
Expand Down

0 comments on commit 0730b77

Please sign in to comment.