We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd8577e commit 1ee231dCopy full SHA for 1ee231d
packages/script/src/extensions/outbound-domains.js
@@ -8,8 +8,6 @@ const initOutboundDomains = () => {
8
} = window._dubAnalytics;
9
let outboundLinksUpdated = new Set(); // Track processed links
10
11
- console.log('DOMAINS_CONFIG', DOMAINS_CONFIG);
12
-
13
function normalizeDomain(domain) {
14
return domain.replace(/^www\./, '').trim();
15
}
0 commit comments