From bbea388b8951c1024b9f019ea6240e4a711f4d0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 11 Aug 2020 21:38:43 +0200 Subject: Remove stray console.log. --- static/script.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/script.js b/static/script.js index ed133a2d..2c22f742 100644 --- a/static/script.js +++ b/static/script.js @@ -127,7 +127,6 @@ function bind_popup_control (nav) { * the supplied regexp. Returns a pair of the index and the value. */ DOMTokenList.prototype.find = function (regexp) { - console.log(this); let entries = this.entries(); let entry; while (! (entry = entries.next()).done) { -- cgit v1.2.3