Skip to content

Commit

Permalink
Removed debug
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericlemoine committed Jan 13, 2020
1 parent 7aa286e commit 3a28839
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion align/partition.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ func (ps *PartitionSet) String() string {
} else if j == end+1 {
end = j
}
fmt.Println("COUAC: ", start, end, j, len(ps.partitions))
if j > end+1 || j == len(ps.partitions)-1 {
if !first {
buffer.WriteString(",")
Expand Down

0 comments on commit 3a28839

Please sign in to comment.