diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | plugins/androhelpers/params.c | 1 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,10 @@ 12-11-23 Cyrille Bagard <nocbos@gmail.com> + * plugins/androhelpers/params.c: + Remove forgot debug code. + +12-11-23 Cyrille Bagard <nocbos@gmail.com> + * plugins/androhelpers/androhelpers.c: Update the code. diff --git a/plugins/androhelpers/params.c b/plugins/androhelpers/params.c index 83cb5ec..bbd254a 100644 --- a/plugins/androhelpers/params.c +++ b/plugins/androhelpers/params.c @@ -77,7 +77,6 @@ static void process_register_operand(const GDexMethod *method, GArchOperand *ope { snprintf(tmp, 12, "p%u", (unsigned int)DVI_INDEX(info)); g_arch_operand_set_alt_text(operand, tmp, RTT_REGISTER); - printf("set '%s'\n", tmp); } } |