Skip to content

Commit

Permalink
fix: console 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
SU-VIN committed Jan 16, 2025
1 parent 22f1870 commit c506b98
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ function ProductEditForm(props: ProductEditFormProps) {
},
});

console.log(values);
return (
<div className="mt-2">
{editingProduct && editingProduct.id === product.id ? (
Expand Down

0 comments on commit c506b98

Please sign in to comment.