summaryrefslogtreecommitdiff
path: root/plugins/androhelpers
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-11-22 23:44:59 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-11-22 23:44:59 (GMT)
commit40d448bc4734882ca4a2580b481738f4720ebabe (patch)
treef96043f1ffb16c161bfef90e1328af878a652f8e /plugins/androhelpers
parent9428bf292d066055d168b9bb49fe90c41f2942d1 (diff)
Removed forgot debug code.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@290 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'plugins/androhelpers')
-rw-r--r--plugins/androhelpers/params.c1
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);
}
}