From 8fcc02fb813f4e5289a40d2746fef4a6b491d12b Mon Sep 17 00:00:00 2001 From: Adam Powers Date: Mon, 19 Oct 2020 11:45:22 -0700 Subject: [PATCH] fix stash merge conflict --- sys/libnh/libnhmain.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/libnh/libnhmain.c b/sys/libnh/libnhmain.c index fe5ea55e7..2a11d4d25 100644 --- a/sys/libnh/libnhmain.c +++ b/sys/libnh/libnhmain.c @@ -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 || {}; -- 2.50.1