From 6d7f706d0897d64d3a47262e219f0d242267327f Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Tue, 22 Feb 2011 12:46:17 +0000 Subject: [PATCH] Removing debugging print. --- util/fipsdist.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/util/fipsdist.pl b/util/fipsdist.pl index f35f8da88f..fa1d4d8f9a 100644 --- a/util/fipsdist.pl +++ b/util/fipsdist.pl @@ -21,8 +21,6 @@ foreach (split / /, $ENV{LINKDIRS} ) { $cdirs{$_} = 1 }; $cdirs{perlasm} = 1; -foreach (keys %cdirs) { print STDERR "CDIR: $_\n";} - while () { chomp; -- 2.40.0