Remove logging

This commit is contained in:
Tomas Cimermonas 2019-10-05 13:44:31 +03:00
parent 55411c915a
commit 2571589447

View File

@ -118,7 +118,6 @@ if (window.location.href.indexOf("firstthings.com") !== -1) {
}
if (window.location.href.indexOf("bloomberg.com") !== -1) {
console.log('inside bloom');
const paywall = document.getElementById('paywall-banner');
removeDOMElement(paywall);
}