From 037777779788421bc8338dc2670ac84cc4df2f2f Mon Sep 17 00:00:00 2001 From: = <=> Date: Wed, 7 Feb 2024 13:21:01 +0100 Subject: [PATCH] removed debug printf --- hcxhashtool.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hcxhashtool.c b/hcxhashtool.c index 5af1ec1f..1e344bd3 100644 --- a/hcxhashtool.c +++ b/hcxhashtool.c @@ -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;