From 24a467085332d2396e1ebf7e9f69e46516d00242 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 5 Sep 2005 08:53:24 +0000 Subject: Remove trace --- urpm/download.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/urpm/download.pm b/urpm/download.pm index fd5ea90b..6b5c2980 100644 --- a/urpm/download.pm +++ b/urpm/download.pm @@ -320,7 +320,6 @@ sub sync_curl { foreach (keys %ftp_files_info) { my ($lfile) = m|/([^/]*)$| or next; #- strange if we can't parse it correctly. my $ltime = eval { Date::Manip::ParseDate(scalar gmtime((stat $1)[9])) }; - warn" --- $ltime\n"; $ltime && -s $lfile == $ftp_files_info{$_}{size} && $ftp_files_info{$_}{time} eq $ltime or push @ftp_files, $_; } -- cgit v1.2.1