compress: left in debug print, oops
authorShawn Boyette <sboyette@esilibrary.com>
Wed, 10 Dec 2008 22:40:08 +0000 (22:40 +0000)
committerShawn Boyette <sboyette@esilibrary.com>
Wed, 10 Dec 2008 22:40:08 +0000 (22:40 +0000)
compress_fingerprints

index a44264f..72f84a8 100755 (executable)
@@ -85,7 +85,6 @@ sub dump_records {
     open OUT, '>', $conf->{output}
       or die "Can't open ", $conf->{output}, "$!\n";
     for my $rec (@recs) {
-        print $rec,"\n";
         print OUT $rec->{id}, "\t$_\n"
           for ( @{ $fps{ $rec->{sha1} } } );
     }