grrrr
authorShawn Boyette <sboyette@esilibrary.com>
Mon, 8 Dec 2008 22:52:52 +0000 (22:52 +0000)
committerShawn Boyette <sboyette@esilibrary.com>
Mon, 8 Dec 2008 22:52:52 +0000 (22:52 +0000)
compress_fingerprints

index a436b75..6bc9361 100755 (executable)
@@ -20,7 +20,6 @@ while (<FP>) {
     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();