Skip to content

Commit

Permalink
Remove lingering println
Browse files Browse the repository at this point in the history
  • Loading branch information
tsenart committed Oct 2, 2018
1 parent b2a3cff commit 1feb578
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ulid.go
Original file line number Diff line number Diff line change
Expand Up @@ -581,8 +581,6 @@ func (m *monotonic) random() (inc uint64, err error) {
case 5, 6, 7, 8:
inc = uint64(binary.LittleEndian.Uint64(m.rand[:8]))
}

// println(inc, " < ", m.inc, " == ", inc < m.inc)
}

fmt.Printf("inc: %d, max: %d, bitLen: %d, byteLen: %d, msbitLen: %d\n",
Expand Down

0 comments on commit 1feb578

Please sign in to comment.