Skip to content

Commit b11b116

Browse files
authored
Merge pull request #4002 from ethereum/rmMatomoCode
Rm matomo code for master
2 parents 8d8c554 + 805c6b2 commit b11b116

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

apps/remix-ide/src/assets/js/loader.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ if (domains[window.location.hostname]) {
3030
var u = "https://ethereumfoundation.matomo.cloud/";
3131
_paq.push(['setTrackerUrl', u + 'matomo.php']);
3232
_paq.push(['setSiteId', domains[window.location.hostname]]);
33-
// Send all of the Remix tracking data to the secondary Matomo server (the EF one).
34-
var secondaryTracker = 'https://matomo.ethereum.org/matomo.php';
35-
var secondaryWebsiteId = domainsSecondaryTracker[window.location.hostname];
36-
_paq.push(['addTracker', secondaryTracker, secondaryWebsiteId]);
3733
var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0];
3834
g.async = true; g.src = '//cdn.matomo.cloud/ethereumfoundation.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
3935
})()

0 commit comments

Comments
 (0)