diff options
-rw-r--r-- | perl-install/network/netconnect.pm | 1 |
1 files changed, 0 insertions, 1 deletions
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; } |