aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2021-04-24 13:07:12 +0200
committerHarald Eilertsen <haraldei@anduin.net>2021-04-24 13:07:12 +0200
commite09e6423ccbb9107ea90b5343d539671a27a2bde (patch)
treec960f6261453f9db1362741dce9a29945c54eb66
parent89cdb9a9f805bf149cacc5a5c2782e6365952e9f (diff)
downloaduserscripts-e09e6423ccbb9107ea90b5343d539671a27a2bde.tar.gz
userscripts-e09e6423ccbb9107ea90b5343d539671a27a2bde.tar.bz2
userscripts-e09e6423ccbb9107ea90b5343d539671a27a2bde.zip
Remove debug log from Nettavisen noblink.
-rw-r--r--Nettavisen noblink/Nettavisen noblink.user.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/Nettavisen noblink/Nettavisen noblink.user.js b/Nettavisen noblink/Nettavisen noblink.user.js
index 080d2bc..02e0c12 100644
--- a/Nettavisen noblink/Nettavisen noblink.user.js
+++ b/Nettavisen noblink/Nettavisen noblink.user.js
@@ -15,7 +15,6 @@ function nettavisen_noblink()
{
for (let cls of nettavisen_blink_classes) {
for (let blinker of document.getElementsByClassName(cls)) {
- console.log("Trying to remove blinker: " + blinker.toString())
blinker.remove()
}
}