Skip to content

Commit

Permalink
Removing debug printout committed by mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Jul 26, 2018
1 parent 88c19a5 commit 4c23670
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bitmapcontainer.go
Expand Up @@ -1026,7 +1026,6 @@ func (bc *bitmapContainer) addOffset(x uint16) []container {
b := uint32(x) >> 6
i := uint32(x) % 64
end := uint32(1024) - b
fmt.Println("bitmapContainer.addOffset", b, i, end)
if i == 0 {
copy(low.bitmap[b:], bc.bitmap[:end])
copy(high.bitmap[:b], bc.bitmap[end:])
Expand Down

0 comments on commit 4c23670

Please sign in to comment.