From 1e060082a459452cd2b14edb72a4cf2358ea4cf9 Mon Sep 17 00:00:00 2001 From: pancake Date: Thu, 4 Aug 2011 00:34:39 +0200 Subject: [PATCH] * Remove debug printf --- libr/asm/asm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libr/asm/asm.c b/libr/asm/asm.c index 17af7a2720..ead2b72342 100644 --- a/libr/asm/asm.c +++ b/libr/asm/asm.c @@ -396,7 +396,6 @@ R_API RAsmCode* r_asm_massemble(RAsm *a, const char *buf) { } else { /* Instruction */ if (acode->equs) { char *str = r_asm_code_equ_replace (acode, strdup (ptr_start)); -eprintf ("******* %s -> %s\n", ptr_start, str); ret = r_asm_assemble (a, &op, str); free (str); } else ret = r_asm_assemble (a, &op, ptr_start);