]> granicus.if.org Git - nethack/commitdiff
remove stray debug message
authorAdam Powers <apowers@ato.ms>
Sat, 12 Sep 2020 19:48:13 +0000 (12:48 -0700)
committerAdam Powers <apowers@ato.ms>
Sat, 12 Sep 2020 19:48:13 +0000 (12:48 -0700)
sys/lib/libnethackmain.c

index da39ee02e471b61d09fde42945153489721aa11d..83899acb9ceda21abe687132ab74799af13e2847 100644 (file)
@@ -799,7 +799,6 @@ EM_JS(void, js_helpers_init, (), {
     function displayInventory() {
         // Asyncify.handleAsync(async () => {
             return _display_inventory(0, 0);
-            console.log ("displayInventory done");
         // });
     }