From 9f4a6f8c0b3ebf64c1b9209ed4c2427f60e444bd Mon Sep 17 00:00:00 2001 From: Sierra Taylor Moxon Date: Tue, 18 May 2021 16:57:02 -0700 Subject: [PATCH] removing some STDERR output to decrease log size --- util/collate-gpads.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/collate-gpads.pl b/util/collate-gpads.pl index 9d04602fa03e..30ae980d7a54 100755 --- a/util/collate-gpads.pl +++ b/util/collate-gpads.pl @@ -32,7 +32,7 @@ sub write_line_to_file { return; } $base = lc($base); - print STDERR "Writing: $base\n"; + # print STDERR "Writing: $base\n"; if (!$fhmap{$base}) { my $fh = FileHandle::new(); $fh->open(">legacy/$base.gpad") || die $base;