[master] remove spurious fprintf

This commit is contained in:
Evan Hunt 2013-03-21 07:39:57 -07:00
parent 384fef0034
commit ee2a7c7bf6

View file

@ -297,7 +297,6 @@ dlz_lookup(const char *zone, const char *name,
if (result != ISC_R_SUCCESS)
goto done;
fprintf(stderr, "setting result to success on %s/%s\n", nrec->name, nrec->type);
result = ISC_R_SUCCESS;
free(querystring);