diff options
Diffstat (limited to 'skate/zippy.go')
-rw-r--r-- | skate/zippy.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skate/zippy.go b/skate/zippy.go index 69877b7..f763808 100644 --- a/skate/zippy.go +++ b/skate/zippy.go @@ -388,7 +388,7 @@ func matchedRefsExtend(matched []*BiblioRef, refs []*Ref, stats *statsAugment) [ // Reuse fields for debugging, for now. bref.MatchStatus = StatusUnmatched.Short() bref.MatchReason = ReasonUnknown.Short() - bref.Extra.Ref = *r + // bref.Extra.Ref = *r matched = append(matched, &bref) } return matched |