diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/androhelpers/params.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); } } |