Skip to content

Commit

Permalink
fix(ConsoleLog): No console.log in production
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbrembeck committed Oct 19, 2023
1 parent 6418fb1 commit 6f3e1c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/check.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ const ProductSearch = () => {
);
setLoading(false);
if (data.status === 200) {
console.log(data.product);
setResult(data.product);
setSources(data.sources);
setShowFound(true);
Expand Down

0 comments on commit 6f3e1c3

Please sign in to comment.