diff --git a/src/bitbuffer.c b/src/bitbuffer.c index 54f182d8..2ad66aac 100644 --- a/src/bitbuffer.c +++ b/src/bitbuffer.c @@ -34,7 +34,7 @@ void bitbuffer_add_bit(bitbuffer_t *bits, int bit) { bits->bits_per_row[bits->row_index]++; } else { - fprintf(stderr, "ERROR: bitbuffer:: Could not add more columns\n"); +// fprintf(stderr, "ERROR: bitbuffer:: Could not add more columns\n"); // Some decoders may add many columns... } }