From c0a3a345eae197c2e96c3bbe8740046d59e6df9e Mon Sep 17 00:00:00 2001 From: Geoffrey Kruse Date: Sun, 7 Mar 2021 10:11:22 -0800 Subject: idevicebtlogger: Remove debug printing code --- tools/idevicebtlogger.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tools/idevicebtlogger.c b/tools/idevicebtlogger.c index 5446ecf..48be01a 100644 --- a/tools/idevicebtlogger.c +++ b/tools/idevicebtlogger.c @@ -109,14 +109,6 @@ static void bt_packet_logger_callback(uint8_t * data, uint16_t len, void *user_d pcap_dump((unsigned char*)dump, &pcap_header, &data[offset]); pcap_dump_flush(dump); } - - // for(; offset < len; offset++) { - // if( (offset - sizeof(PacketHeaderType)) % 16 == 0) { - // printf("\n"); - // } - // printf("0x%02x, ", 0xff&data[offset]); - // } - // printf("\n------------------------------------------------------------------------------------------------\n"); } static void stop_logging(void) -- cgit v1.1-32-gdbae