From 0c287659c9470fe74b8844a997341f851a68b715 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 18 Mar 2005 16:29:48 +0000 Subject: Remove noisy log --- perl-install/crypto.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'perl-install/crypto.pm') diff --git a/perl-install/crypto.pm b/perl-install/crypto.pm index 4f2fefc61..958bed934 100644 --- a/perl-install/crypto.pm +++ b/perl-install/crypto.pm @@ -70,8 +70,7 @@ sub mirrors { my $sub_dir = $distro_type =~ /cooker|community/ ? '' : '/' . version() . '/main_updates'; foreach (<$f>) { my ($arch, $url, $dir) = m|$distro_type([^:]*):ftp://([^/]*)(/\S*)| or next; - MDK::Common::System::compat_arch($arch) or - log::l("ignoring updates from $url because of incompatible arch: $arch"), next; + MDK::Common::System::compat_arch($arch) or next; my $land = N("United States"); foreach (keys %url2land) { my $qu = quotemeta $_; -- cgit v1.2.1