From 012618247d67756c4e5b2f9c6adad46072fe73f8 Mon Sep 17 00:00:00 2001 From: Shawn Boyette Date: Wed, 10 Dec 2008 22:40:08 +0000 Subject: [PATCH] compress: left in debug print, oops --- compress_fingerprints | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/compress_fingerprints b/compress_fingerprints index a44264f..72f84a8 100755 --- a/compress_fingerprints +++ b/compress_fingerprints @@ -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} } } ); } -- 1.7.2.5