]> git.cworth.org Git - lmno.games/commitdiff
Drop debugging statement to console.log
authorCarl Worth <cworth@cworth.org>
Wed, 20 May 2020 14:43:23 +0000 (07:43 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 20 May 2020 14:43:23 +0000 (07:43 -0700)
We don't really intend to clutter up the browser console like this.

lmno.js

diff --git a/lmno.js b/lmno.js
index 34ac33c89eef50c356cc07bfaccb1ad9a76dec7d..0e961b0684f5719e4490c7f1af35f0d99e35bfa0 100644 (file)
--- 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);