Browse Source

remove debug print

Bill Gianopoulos 3 years ago
parent
commit
2c753a78c6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      scripts/fix-patchnames.pl

+ 0 - 1
scripts/fix-patchnames.pl

@@ -49,7 +49,6 @@ while (<>) {
             else {
                 print STDERR "cannot determine new filename for $oldname\n";
                 print "# cannot determine new filename for $oldname\n";
-                print $_;
                 close PATCH;
             }
         }