From 92930c11d8674404f5efeb79ceff5d647799e628 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Br=C3=A5then=20Nomerstad?= Date: Fri, 11 Nov 2022 09:34:58 +0100 Subject: [PATCH] Fjerner logging --- src/head.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/head.ts b/src/head.ts index b05d69240..1219b362e 100644 --- a/src/head.ts +++ b/src/head.ts @@ -60,7 +60,6 @@ export const injectHeadTags = (appUrl: string) => { const tagExists = !!document.querySelector(selector); if (tagExists) { - console.log(`Exists: ${selector}`); return; }