From 10dcbde4263378549fd60162e3c7cec90c232d46 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Wed, 20 May 2020 07:43:23 -0700 Subject: [PATCH] Drop debugging statement to console.log We don't really intend to clutter up the browser console like this. --- lmno.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lmno.js b/lmno.js index 34ac33c..0e961b0 100644 --- a/lmno.js +++ b/lmno.js @@ -46,7 +46,6 @@ function new_loadend() { } function lmno_new(engine) { - console.log("In lmno_new"); const request = new XMLHttpRequest(); request.addEventListener("loadend", new_loadend); -- 2.43.0