From: Graham Knop <haarg@haarg.org>
Date: Sun, 27 Dec 2020 21:56:32 +0000 (+0100)
Subject: remove debug code
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7be34b7c25db796f47ece2fa0061ca08d10d8ac6;p=p5sagit%2FDistar.git

remove debug code
---

diff --git a/lib/Distar/helpers/check-manifest b/lib/Distar/helpers/check-manifest
index f109c86..fd91e88 100755
--- a/lib/Distar/helpers/check-manifest
+++ b/lib/Distar/helpers/check-manifest
@@ -18,7 +18,6 @@ use ExtUtils::Manifest qw(filecheck maniread maniskip manicheck mkmanifest);
 
     my %lc;
     for my $file (@files) {
-      warn $file;
       if (my $other = $lc{lc $file}) {
         die "ERROR: Multiple files only differing by case:\n\t$file\n\t$other\n";
       }