remove consolelog

pull/186/head
Tim Pechersky 2021-08-26 15:45:01 +02:00
rodzic 99a486f91f
commit a4ed21314c
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -53,7 +53,6 @@ export default function CachingApp({ Component, pageProps }) {
{ rel: "preload", as: "image", href: WHITE_LOGO_W_TEXT_URL },
];
pageProps.preloads && headLinks.push(...pageProps.preloads);
console.log(headLinks);
return (
<>
<style global jsx>{`