Skip to content

Commit

Permalink
Remove debug printf in the dex parser
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Jan 30, 2025
1 parent c2c06d1 commit 431be88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libr/bin/p/bin_dex.c
Original file line number Diff line number Diff line change
Expand Up @@ -577,8 +577,8 @@ static void dex_parse_debug_item(RBinFile *bf, RBinDexClass *c, int MI, int MA,
break;
case 0x0a: // DBG_SET_FIRST_SPECIAL
{
eprintf ("especial\n");
// TODO
R_LOG_TODO ("DBG_SET_FIRST_SPECIAL");
}
break;
#if 0
Expand Down

0 comments on commit 431be88

Please sign in to comment.