From: Carl Worth Date: Wed, 20 May 2020 14:43:23 +0000 (-0700) Subject: Drop debugging statement to console.log X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=10dcbde4263378549fd60162e3c7cec90c232d46;p=lmno.games Drop debugging statement to console.log We don't really intend to clutter up the browser console like this. --- 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);