Skip to content

Commit 2875270

Browse files
author
bol-van
committed
remove debug message
1 parent a9514f3 commit 2875270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nfq2/gzip.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ int z_readfile(FILE *F, char **buf, size_t *size, size_t extra_alloc)
4040
}
4141
zs.avail_in = rd;
4242
zs.next_in = in;
43-
printf("\nCHUNK\n");
43+
4444
for(;;)
4545
{
4646
if ((bufsize - *size) < BUFMIN)

0 commit comments

Comments
 (0)