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; }