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) => {