From cc51253007eff36e31dfd3a8aa09fbc05c01317b Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Tue, 25 Jun 2019 16:30:51 +0200 Subject: Removed debug message --- src/lib/protocols/stun.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib/protocols') diff --git a/src/lib/protocols/stun.c b/src/lib/protocols/stun.c index 58e8793ce..cf03ddaec 100644 --- a/src/lib/protocols/stun.c +++ b/src/lib/protocols/stun.c @@ -92,7 +92,6 @@ static ndpi_int_stun_t ndpi_int_check_stun(struct ndpi_detection_module_struct * } if((payload[0] != 0x80) && ((msg_len+20) > payload_length)) { - printf("=>> NOT STUN [[%02X]\n", payload[0]); return(NDPI_IS_NOT_STUN); } -- cgit v1.2.3