diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install/pkgs.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install/pkgs.pm b/perl-install/install/pkgs.pm index 2c733ef6f..089d94fb0 100644 --- a/perl-install/install/pkgs.pm +++ b/perl-install/install/pkgs.pm @@ -61,7 +61,6 @@ sub extractHeaders { foreach (@$pkgs) { my $f = "$::prefix/tmp/headers/" . $_->header_filename; $_->update_header($f) or log::l("unable to open header file $f"), next; - log::l("read header file $f"); } } |