Skip to content

Commit

Permalink
removed debug printf
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Feb 7, 2024
1 parent 476c5c6 commit 0377777
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions hcxhashtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -1583,10 +1583,6 @@ for(i = 0; i < pmkideapolcount; i++)
if(memcmp((zeigerhash +i)->ap, (zeiger +f)->mac, 6) == 0)
{
(zeigerhash +i)->type = HS_REMOVED;
for(int p = 0; p < 6; p++) printf("%02x",(zeigerhash +i)->ap[p]);
printf(" ");
for(int p = 0; p < 6; p++) printf("%02x", (zeiger +f)->mac[p]);
printf("\n");
r++;
}
if(memcmp((zeiger +f)->mac, (zeigerhash +i)->ap, 6) >= 0) break;
Expand Down

0 comments on commit 0377777

Please sign in to comment.