summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--plugins/androhelpers/params.c1
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b4323f..638af8a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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);
}
}