Skip to content

Commit 1ee231d

Browse files
committed
Update outbound-domains.js
1 parent fd8577e commit 1ee231d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/script/src/extensions/outbound-domains.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ const initOutboundDomains = () => {
88
} = window._dubAnalytics;
99
let outboundLinksUpdated = new Set(); // Track processed links
1010

11-
console.log('DOMAINS_CONFIG', DOMAINS_CONFIG);
12-
1311
function normalizeDomain(domain) {
1412
return domain.replace(/^www\./, '').trim();
1513
}

0 commit comments

Comments
 (0)