rm stupid debug printf

This commit is contained in:
Lowly Worm 2019-01-20 17:53:11 -08:00
parent fc3ec317ec
commit b08199cf6d

View File

@ -490,7 +490,6 @@ exit_err:
}
static RList* _extract_regs(char *regstr, RList *flags, char *pc_alias) {
printf("%s\n", regstr);
char *regstr_end, *regname, *regtype, *tmp1;
ut32 flagnum, regname_len, regsize, regnum;
RList *regs;