Removed debug related printf.

This commit is contained in:
Craig E. Despeaux 2013-12-19 09:42:36 -05:00
parent 09631e038b
commit 5e08bbc347
1 changed files with 0 additions and 1 deletions

View File

@ -693,7 +693,6 @@ void positive_callbackfn(struct getdns_context *context,
else if(strcmp(userarg, "getdns_general_13") == 0 ||
strcmp(userarg, "getdns_general_14") == 0)
{
printf("DICT:%s\n", getdns_pretty_print_dict(response));
assert_noerror(&ex_response);
assert_ptr_in_answer(&ex_response);
}