remove console .log

pull/51/head
Tim Pechersky 2021-08-03 21:39:11 +08:00
rodzic e9aeac38b7
commit 6b85bec6f3
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -123,7 +123,6 @@ const Homepage = () => {
}, [isInit, router]);
useLayoutEffect(() => {
console.log("rerender check");
const imageLoader720 = new Image();
imageLoader720.src = `${AWS_PATH}/background720.png`;
imageLoader720.onload = () => {