Skip to content

Commit 37ea511

Browse files
authored
Apply suggestion from @trufae
1 parent c868ced commit 37ea511

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libr/core/cmd_anal.inc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7203,7 +7203,6 @@ R_API int r_core_esil_step(RCore *core, ut64 until_addr, const char *until_expr,
72037203
ret = r_anal_op (core->anal, &op, addr, code, sizeof (code),
72047204
R_ARCH_OP_MASK_BASIC | R_ARCH_OP_MASK_ESIL | R_ARCH_OP_MASK_HINT);
72057205
}
7206-
eprintf ("OP %d %s // %s\n", op.size, op.mnemonic, R_STRBUF_SAFEGET (&op.esil));
72077206
if (core->dbg->anal->esil->trace) {
72087207
r_esil_trace_op (core->dbg->anal->esil, &op);
72097208
}

0 commit comments

Comments
 (0)