diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-11-19 14:23:17 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-11-19 14:23:17 +0000 |
commit | 2bda5080cf8805d62693b1dc6961d6f1d9e5c812 (patch) | |
tree | 9888078d69ba53b6ea5904b69c32591e5c3aedb6 /mdkapplet | |
parent | 30632b2a9c6f595f5a785663539a831badb0b228 (diff) | |
download | mgaonline-2bda5080cf8805d62693b1dc6961d6f1d9e5c812.tar mgaonline-2bda5080cf8805d62693b1dc6961d6f1d9e5c812.tar.gz mgaonline-2bda5080cf8805d62693b1dc6961d6f1d9e5c812.tar.bz2 mgaonline-2bda5080cf8805d62693b1dc6961d6f1d9e5c812.tar.xz mgaonline-2bda5080cf8805d62693b1dc6961d6f1d9e5c812.zip |
(is_there_a_new_distributions) kill debug statement that wrongly went
in in last commit
Diffstat (limited to 'mdkapplet')
-rwxr-xr-x | mdkapplet | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -293,7 +293,6 @@ sub is_there_a_new_distributions() { return if $product_id->{product} =~ /Flash/; my @lines = get_distro_list(); - use Data::Dumper; warn Dumper \@lines; if (my $err = $@) { log::explanations("failed to download distribution list:\n$err"); |