Skip to content

Commit

Permalink
Remove chunk compressor opt debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
anacrolix committed Oct 24, 2024
1 parent b5141c9 commit be01a59
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions go/mcap/writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -419,8 +419,6 @@ func (w *Writer) uncompressedSize() int {
}

func (w *Writer) flushActiveChunk() error {
opts := w.opts
fmt.Printf("chunked: %v, compressor: %v, compression: %v\n", opts.Chunked, opts.Compressor != nil, opts.Compression)
if w.uncompressedSize() == 0 {
return nil
}
Expand Down

0 comments on commit be01a59

Please sign in to comment.