mirror of https://github.com/getdnsapi/getdns.git
Removed debug related printf.
This commit is contained in:
parent
09631e038b
commit
5e08bbc347
|
@ -693,7 +693,6 @@ void positive_callbackfn(struct getdns_context *context,
|
||||||
else if(strcmp(userarg, "getdns_general_13") == 0 ||
|
else if(strcmp(userarg, "getdns_general_13") == 0 ||
|
||||||
strcmp(userarg, "getdns_general_14") == 0)
|
strcmp(userarg, "getdns_general_14") == 0)
|
||||||
{
|
{
|
||||||
printf("DICT:%s\n", getdns_pretty_print_dict(response));
|
|
||||||
assert_noerror(&ex_response);
|
assert_noerror(&ex_response);
|
||||||
assert_ptr_in_answer(&ex_response);
|
assert_ptr_in_answer(&ex_response);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue