Skip to content

Commit

Permalink
remove debug printf statement #28
Browse files Browse the repository at this point in the history
  • Loading branch information
prbinu authored Jul 30, 2019
1 parent b894f93 commit 68f8f4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1298,7 +1298,6 @@ int main(int argc, char **argv)
case 'c':
snprintf(op.host, OPT_STRLEN, "%s", optarg);
ts_address_family_t add = ts_address_family(optarg);
printf("address_family: %d\n", add);
if ((add == TS_IPV6) || (add == TS_IPV4)) {
op.ip_input = true;
}
Expand Down

0 comments on commit 68f8f4a

Please sign in to comment.