X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=blobdiff_plain;f=lmno.js;fp=lmno.js;h=0e961b0684f5719e4490c7f1af35f0d99e35bfa0;hp=34ac33c89eef50c356cc07bfaccb1ad9a76dec7d;hb=10dcbde4263378549fd60162e3c7cec90c232d46;hpb=958087d658fde6c960c87de96bd798aefc415292 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);