From ad7ee12db4b7fc725d25b105b629c1b868cdcdc7 Mon Sep 17 00:00:00 2001 From: Shawn Boyette Date: Mon, 8 Dec 2008 22:52:52 +0000 Subject: [PATCH] grrrr --- compress_fingerprints | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) 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(); -- 1.7.2.5