Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1311 from navikt/remove-logging
Browse files Browse the repository at this point in the history
Fjerner logging
  • Loading branch information
anders-nom authored Nov 11, 2022
2 parents b86b7f9 + 92930c1 commit 40109f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/head.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ export const injectHeadTags = (appUrl: string) => {

const tagExists = !!document.querySelector(selector);
if (tagExists) {
console.log(`Exists: ${selector}`);
return;
}

Expand Down

0 comments on commit 40109f9

Please sign in to comment.