diff options
-rw-r--r-- | src/lib/protocols/stun.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); } |