From 4394adc363246f041a3eb2a75bfbe451c36bb922 Mon Sep 17 00:00:00 2001 From: Mystery Man Date: Fri, 20 Sep 2002 13:59:57 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'V1_1_9_53mdk'. --- perl-install/harddrake/ui.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/harddrake/ui.pm') diff --git a/perl-install/harddrake/ui.pm b/perl-install/harddrake/ui.pm index a8165d3ad..cf965b71c 100644 --- a/perl-install/harddrake/ui.pm +++ b/perl-install/harddrake/ui.pm @@ -177,7 +177,7 @@ sub new { foreach (@harddrake::data::tree) { my ($Ident, $title, $icon, $configurator, $detector) = @$_; next if (ref($detector) ne "CODE"); #skip class witouth detector - print _("Probing %s class\n", $Ident); +# print _("Probing %s class\n", $Ident); next if $Ident =~ /(MODEM|PRINTER)/ && "@ARGV" =~ /test/; my @devices = &$detector; next if (!listlength(@devices)); # Skip empty class (no devices) -- cgit v1.2.1