aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-11 21:38:43 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-11 21:38:43 +0200
commitbbea388b8951c1024b9f019ea6240e4a711f4d0d (patch)
treee40f585dbeb0ebea524f16289506e4033a9b8508
parentGenerated event color. (diff)
downloadcalp-bbea388b8951c1024b9f019ea6240e4a711f4d0d.tar.gz
calp-bbea388b8951c1024b9f019ea6240e4a711f4d0d.tar.xz
Remove stray console.log.
-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) {