From 2ed679c4b1bf57fba5a135d171fd06c5a2fcffdb Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 16 Mar 2004 10:59:45 +0000 Subject: remove debug statement --- perl-install/network/netconnect.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/network') diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 066e64529..4f7673a56 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -467,7 +467,6 @@ Take a look at http://www.linmodems.org"), /^Hcf:/ and $type = "hcfpcimodem"; /^Hsf:/ and $type = "hsflinmodem"; /^LT:/ and $type = "ltmodem"; - print "«$type» => «$relocations{$type}» [", $in->do_pkgs->what_provides($type), "]\n"; $relocations{$type} || $type && $in->do_pkgs->what_provides($type) or $type = undef; } -- cgit v1.2.1