Skip to content

Commit 85476c4

Browse files
fix(Console): Remove console warning in production
1 parent ccc40a6 commit 85476c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/check.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ const ProductSearch: React.FC = () => {
6464

6565
setLoading(true);
6666
try {
67-
console.warn(process.env.NEXT_PUBLIC_STAGING);
6867
const data = await VeganCheck.getProductByBarcode(barcode, process.env.NEXT_PUBLIC_STAGING === "true" ? true : false);
6968
setLoading(false);
7069
if (data.status === 200) {

0 commit comments

Comments
 (0)