Remove annoying debug printf message

This commit is contained in:
pancake 2013-03-03 05:09:16 +01:00
parent 97484a7b6c
commit 99f6ae9fe3

View file

@ -53,7 +53,6 @@ static ut64 num_callback(RNum *userptr, const char *str, int *ok) {
// TODO: remove trailing ']'
const char *q = r_num_calc_index (core->num, NULL);
n = r_num_math (core->num, str+1);
eprintf ("JIJI (%s) %d\n", str+1,(int) n);
r_num_calc_index (core->num, q);
}
// pop state