diff options
Diffstat (limited to 'skate')
-rw-r--r-- | skate/zippy.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skate/zippy.go b/skate/zippy.go index f763808..07b61c0 100644 --- a/skate/zippy.go +++ b/skate/zippy.go @@ -329,6 +329,7 @@ func ZippyBrefAugment(bref, raw io.Reader, w io.Writer) error { // First, iterate over all matches and sort out duplicates, e.g. // docs that have the same source and target id. + log.Printf("group K=%s, G0=%d, G1=%d", g.Key, len(g.G0), len(g.G1)) matched, err := uniqueMatches(CutBatch(g.G0, 2), &stats) if err != nil { return err |