summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-10-03 15:16:56 +0000
committerThierry Vignaud <tv@mandriva.org>2008-10-03 15:16:56 +0000
commit4f623267fb73244decc701e109f24fd63188d6df (patch)
treed383a4e0a691a927deac555a65d733938021c320
parent162502e192eee949d9606a194c3ef4f087ddc959 (diff)
downloadmgaonline-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
-rwxr-xr-xmdkapplet1
1 files changed, 0 insertions, 1 deletions
diff --git a/mdkapplet b/mdkapplet
index c62034d0..fbe9815e 100755
--- a/mdkapplet
+++ b/mdkapplet
@@ -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);