From: Shawn Boyette Date: Mon, 8 Dec 2008 22:52:52 +0000 (+0000) Subject: grrrr X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=commitdiff_plain;h=ad7ee12db4b7fc725d25b105b629c1b868cdcdc7 grrrr --- diff --git a/compress_fingerprints b/compress_fingerprints index a436b75..6bc9361 100755 --- a/compress_fingerprints +++ b/compress_fingerprints @@ -20,7 +20,6 @@ while () { my @fields = split "\t", $_; my $fp = populate_fingerprint(@fields); rank_fingerprint($fp); - print "\r", ( int($i / $total) ), "% complete" unless ($i % 1000); } print "Writing matchset to disk\n"; dump_records();