aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/script.js1
1 files changed, 0 insertions, 1 deletions
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) {