diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-09-05 08:53:24 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-09-05 08:53:24 +0000 |
commit | 24a467085332d2396e1ebf7e9f69e46516d00242 (patch) | |
tree | cbc58235c5dfa6609b14ca0bb78a1431f39166cb /urpm | |
parent | ea32e8c90d5d64f23386078cbb9cf2c541bfe795 (diff) | |
download | urpmi-24a467085332d2396e1ebf7e9f69e46516d00242.tar urpmi-24a467085332d2396e1ebf7e9f69e46516d00242.tar.gz urpmi-24a467085332d2396e1ebf7e9f69e46516d00242.tar.bz2 urpmi-24a467085332d2396e1ebf7e9f69e46516d00242.tar.xz urpmi-24a467085332d2396e1ebf7e9f69e46516d00242.zip |
Remove trace
Diffstat (limited to 'urpm')
-rw-r--r-- | urpm/download.pm | 1 |
1 files changed, 0 insertions, 1 deletions
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, $_; } |