remove debug output

This commit is contained in:
vanhauser-thc 2021-02-26 22:54:35 +01:00
parent 3a461944ec
commit 79e02c2a9b

View File

@ -70,7 +70,7 @@ int main(int argc, char **argv) {
len = __AFL_FUZZ_TESTCASE_LEN; // do not use the macro directly in a call!
fprintf(stderr, "input: %zd \"%s\"\n", len, buf);
// fprintf(stderr, "input: %zd \"%s\"\n", len, buf);
/* do we have enough data? */
if (len < 8) continue;