From 11fcbad9ff937c922f6666f6f8111b2240efe314 Mon Sep 17 00:00:00 2001 From: mio Date: Sun, 12 Mar 2023 20:28:01 +0100 Subject: [PATCH] Remove redundant printf --- tests/unit/test_ctl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/unit/test_ctl.c b/tests/unit/test_ctl.c index 0c1eeabc..e1e467d3 100644 --- a/tests/unit/test_ctl.c +++ b/tests/unit/test_ctl.c @@ -309,7 +309,6 @@ static void test_uc_emu_stop_set_ip_callback(uc_engine *uc, uint64_t address, ui uint64_t rip = code_start + 0xb; if (address == code_start + 0x7) { - printf("stoping\n"); uc_emu_stop(uc); uc_reg_write(uc, UC_X86_REG_RIP, &rip); }