From 4f623267fb73244decc701e109f24fd63188d6df Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 3 Oct 2008 15:16:56 +0000 Subject: (is_there_a_new_distributions) remove debug statement that wongly went it along r247649 --- mdkapplet | 1 - 1 file changed, 1 deletion(-) 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); -- cgit v1.2.1