commit 855b6ae9a420ceddcf6dafb51d882ab750f9b0e9
parent 149ec0ceb55030bd089e112ab87bc7976722485c
Author: William Casarin <jb55@jb55.com>
Date: Sun, 25 Jul 2021 10:37:52 -0700
remove debug
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/wasm.c b/src/wasm.c
@@ -1401,7 +1401,6 @@ static int parse_name_section(struct wasm_parser *p, struct namesec *sec,
i = 0;
for (; i < 3; i++) {
- printf("size %d == data_len %d ?\n", size, customsec->data_len);
if (size == customsec->data_len) {
break;
} else if (size > customsec->data_len) {