Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
sbSteveK committed Jun 18, 2024
1 parent 0c31c79 commit 3d25882
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions source/secure_tunneling.c
Original file line number Diff line number Diff line change
Expand Up @@ -1813,27 +1813,6 @@ static void s_process_outbound_data_message(
(void *)secure_tunnel,
error_code,
aws_error_debug_str(error_code));
// if (current_operation->message_view->service_id && current_operation->message_view->service_id->len > 0) {
// AWS_LOGF_DEBUG(
// AWS_LS_IOTDEVICE_SECURE_TUNNELING,
// "id=%p: failed to send DATA message with service id '" PRInSTR
// "' stream id (%d) and connection id (%d) with error %d(%s)",
// (void *)secure_tunnel,
// AWS_BYTE_CURSOR_PRI(*current_operation->message_view->service_id),
// current_operation->message_view->stream_id,
// current_operation->message_view->connection_id,
// error_code,
// aws_error_debug_str(error_code));
// } else {
// AWS_LOGF_DEBUG(
// AWS_LS_IOTDEVICE_SECURE_TUNNELING,
// "id=%p: failed to send DATA message with stream id (%d) and connection id (%d) with error %d(%s)",
// (void *)secure_tunnel,
// current_operation->message_view->stream_id,
// current_operation->message_view->connection_id,
// error_code,
// aws_error_debug_str(error_code));
// }
goto done;
}

Expand Down

0 comments on commit 3d25882

Please sign in to comment.