diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-10-03 15:16:56 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-10-03 15:16:56 +0000 |
commit | 4f623267fb73244decc701e109f24fd63188d6df (patch) | |
tree | d383a4e0a691a927deac555a65d733938021c320 /mdkapplet | |
parent | 162502e192eee949d9606a194c3ef4f087ddc959 (diff) | |
download | mgaonline-4f623267fb73244decc701e109f24fd63188d6df.tar mgaonline-4f623267fb73244decc701e109f24fd63188d6df.tar.gz mgaonline-4f623267fb73244decc701e109f24fd63188d6df.tar.bz2 mgaonline-4f623267fb73244decc701e109f24fd63188d6df.tar.xz mgaonline-4f623267fb73244decc701e109f24fd63188d6df.zip |
(is_there_a_new_distributions) remove debug statement that wongly went it along r247649
Diffstat (limited to 'mdkapplet')
-rwxr-xr-x | mdkapplet | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -298,7 +298,6 @@ sub is_there_a_new_distributions() { # only compare first distro: if it's not the same as the currently installed one, # then it's the most recent release: my $new_distro = $distros[0]; - local $product_id->{version} = '2008.1'; return if !member($product_id->{version}, map { $_->{version} } @distros); |