]> granicus.if.org Git - nethack/commitdiff
fix stash merge conflict
authorAdam Powers <apowers@ato.ms>
Mon, 19 Oct 2020 18:45:22 +0000 (11:45 -0700)
committerAdam Powers <apowers@ato.ms>
Mon, 19 Oct 2020 18:45:22 +0000 (11:45 -0700)
sys/libnh/libnhmain.c

index fe5ea55e7193241348098fec7c89a9a1962e302a..2a11d4d2511beaa7bb4ade3ed997fb2635bcf42e 100644 (file)
@@ -1071,7 +1071,6 @@ void create_global (char *name, void *ptr, char *type);
 void js_globals_init() {
     // int i;
     // char buf[BUFSZ];
-    printf("js_globals_init\n");
 
     EM_ASM({
         globalThis.nethackGlobal = globalThis.nethackGlobal || {};