Remove annoying debug printf message
This commit is contained in:
parent
97484a7b6c
commit
99f6ae9fe3
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue