diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-06-15 05:03:16 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-06-15 05:03:16 +0200 |
commit | 9522af0c93c41f8f623b05d5215c6690615b562b (patch) | |
tree | 52aafc5cd432f9994e71abeeb3c202c8442b89c5 | |
parent | 6cafbfc870d2f0820534018c02b4dc12dbb06510 (diff) | |
download | refcat-9522af0c93c41f8f623b05d5215c6690615b562b.tar.gz refcat-9522af0c93c41f8f623b05d5215c6690615b562b.zip |
zippy: debug groups
-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 |