From 47b674be6e42d8d51c5c34408f973872812cdf3c Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 28 Nov 2000 15:16:24 +0000 Subject: removed some more logs. --- perl-install/install_any.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'perl-install/install_any.pm') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 6402aa4da..7a91dcd1c 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -118,7 +118,6 @@ sub errorOpeningFile($) { sub getFile { my ($f, $method) = @_; my $rel = relGetFile($f); - log::l("getFile $f ($method) relGetFile $rel"); do { if ($method =~ /crypto/i) { require crypto; @@ -141,7 +140,6 @@ sub getFile { } sub getAndSaveFile { my ($file, $local) = @_; - log::l("getAndSaveFile $file $local"); local *F; open F, ">$local" or return; local $/ = \ (16 * 1024); my $f = ref($file) ? $file : getFile($file) or return; -- cgit v1.2.1