idevicebtlogger: Remove debug printing code
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 @@
 		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)