diff options
-rw-r--r-- | src/debugserver.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/debugserver.c b/src/debugserver.c index 233af4c..7dd7f22 100644 --- a/src/debugserver.c +++ b/src/debugserver.c | |||
@@ -443,8 +443,6 @@ LIBIMOBILEDEVICE_API debugserver_error_t debugserver_client_receive_response(deb | |||
443 | } | 443 | } |
444 | } | 444 | } |
445 | 445 | ||
446 | debug_info("buffer: %*s", buffer_size, buffer); | ||
447 | |||
448 | uint32_t checksum_length = DEBUGSERVER_CHECKSUM_HASH_LENGTH; | 446 | uint32_t checksum_length = DEBUGSERVER_CHECKSUM_HASH_LENGTH; |
449 | int receiving_checksum_response = 0; | 447 | int receiving_checksum_response = 0; |
450 | debug_info("attempting to read up response until checksum"); | 448 | debug_info("attempting to read up response until checksum"); |