delete console.log from prod

This commit is contained in:
2022-12-26 14:04:23 +01:00
parent abd5c83a90
commit 972b1f5ece

View File

@@ -14,7 +14,6 @@ const PageIndex = () => {
return res.json(); return res.json();
}) })
.then((data) => { .then((data) => {
console.log(data);
setSplash(data.Splash); setSplash(data.Splash);
}) })
.catch((err) => { .catch((err) => {