We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccc40a6 commit 85476c4Copy full SHA for 85476c4
src/components/check.tsx
@@ -64,7 +64,6 @@ const ProductSearch: React.FC = () => {
64
65
setLoading(true);
66
try {
67
- console.warn(process.env.NEXT_PUBLIC_STAGING);
68
const data = await VeganCheck.getProductByBarcode(barcode, process.env.NEXT_PUBLIC_STAGING === "true" ? true : false);
69
setLoading(false);
70
if (data.status === 200) {
0 commit comments