diff --git a/src/main-aot.ts b/src/main-aot.ts
index 69db01cca5a3176a570f0153697d95b43bc2a4a7..69a43c88abeb40bca199d80e29c449aa1469808d 100644
--- a/src/main-aot.ts
+++ b/src/main-aot.ts
@@ -7,8 +7,6 @@ if (MATAMO_URL && MATAMO_ID) {
   // Should also use main.js numbers to find number of actual visitors
   _paq.push(["setDoNotTrack", true]);
 
-  // require consent is set AFTER do not track, so that it will not even trigger if user has DNT set
-  _paq.push(['requireConsent']);
   _paq.push(['trackPageView']);
   _paq.push(['enableLinkTracking']);
   (function() {