From: Shawn Boyette Date: Mon, 8 Dec 2008 23:37:01 +0000 (+0000) Subject: testing adding leads to %used but only denying them as subs X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=commitdiff_plain;h=1f344d1f4aa4b73c1ef8d37fe4c922daa30d0853 testing adding leads to %used but only denying them as subs --- diff --git a/compress_fingerprints b/compress_fingerprints index 655001c..3d96126 100755 --- a/compress_fingerprints +++ b/compress_fingerprints @@ -98,7 +98,7 @@ sub dump_records { open OUT, '>', $conf->{output} or die "Can't open ", $conf->{output}, "$!\n"; for my $id (keys %recs) { - next if defined $used{$id}; + #next if defined $used{$id}; $used{$id} = 1; next unless $recs{$id}{lead}; for my $sha1 ( keys %{$recs{$id}} ) {