Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Jan 24, 2025
1 parent 5204f73 commit 4d2aa74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/host_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ bool aws_host_utils_is_ipv6(struct aws_byte_cursor host, bool is_uri_encoded) {

if (digit_count > 4 || /* too many digits in group */
group_count > 8) { /* too many groups */
AWS_LOGF_DEBUG(0, "here %d", group_count);
return false;
}
}
Expand Down

0 comments on commit 4d2aa74

Please sign in to comment.