From 9522af0c93c41f8f623b05d5215c6690615b562b Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Tue, 15 Jun 2021 05:03:16 +0200 Subject: zippy: debug groups --- skate/zippy.go | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3