2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

removed debugging printf

This commit is contained in:
Andreas Gustafsson 2000-05-04 23:58:05 +00:00
parent 8e3e48ff56
commit ae0713cac2

View File

@ -82,7 +82,6 @@ grow_data(isc_lex_t *lex, size_t *remainingp, char **currp, char **prevp) {
lex->data = new;
*remainingp += lex->max_token;
lex->max_token *= 2;
fprintf(stderr, "max_token now %d\n", lex->max_token);
return (ISC_R_SUCCESS);
}