diff options
-rw-r--r-- | urpm/cfg.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/urpm/cfg.pm b/urpm/cfg.pm index 43826eb4..c6b210ce 100644 --- a/urpm/cfg.pm +++ b/urpm/cfg.pm @@ -54,7 +54,6 @@ sub _init_arch_release () { my $l = cat_('/etc/release') or return undef; ($release, $arch) = $l =~ /release (\d+\.\d+).*for (\w+)/; $release = 'cooker' if $l =~ /cooker/i; - warn "$arch $release\n"; } 1; } |