From 972b1f5ecee316b3905961752e7fcc88916a6a64 Mon Sep 17 00:00:00 2001 From: jakubmanczak Date: Mon, 26 Dec 2022 14:04:23 +0100 Subject: [PATCH] delete console.log from prod --- pages/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/index.tsx b/pages/index.tsx index 7768e16..4074caa 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -14,7 +14,6 @@ const PageIndex = () => { return res.json(); }) .then((data) => { - console.log(data); setSplash(data.Splash); }) .catch((err) => {