Skip to content

Commit

Permalink
chore: Remove debug printf. (#7578)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmai authored Mar 16, 2021
1 parent 04f03cb commit aee0887
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions posting/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -1209,12 +1209,6 @@ func (l *List) encode(out *rollupOutput, readTs uint64, split bool) error {
if err != nil {
return errors.Wrapf(err, "cannot iterate through the list")
}
if len(out.parts) > 1 {
for start, part := range out.parts {
r := codec.FromBytes(part.Bitmap)
glog.Infof("Start: %d. Bitmap: %+v\n", start, r.ToArray())
}
}
return nil
}

Expand Down

0 comments on commit aee0887

Please sign in to comment.