remove comments

pull/350/head
Tim Pechersky 2021-10-31 15:03:27 +01:00
rodzic 746032936a
commit af58d23945
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -48,9 +48,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("debugging pageProps", pageProps);
// console.log("debugging head links:", headLinks);
return (
<>
<style global jsx>{`