mirror of
https://github.com/frontendnetwork/vegancheck.me
synced 2024-11-10 06:24:13 +00:00
fix(Console): Remove console warning in production
This commit is contained in:
parent
ccc40a63b0
commit
85476c4e66
1 changed files with 0 additions and 1 deletions
|
@ -64,7 +64,6 @@ const ProductSearch: React.FC = () => {
|
|||
|
||||
setLoading(true);
|
||||
try {
|
||||
console.warn(process.env.NEXT_PUBLIC_STAGING);
|
||||
const data = await VeganCheck.getProductByBarcode(barcode, process.env.NEXT_PUBLIC_STAGING === "true" ? true : false);
|
||||
setLoading(false);
|
||||
if (data.status === 200) {
|
||||
|
|
Loading…
Reference in a new issue