From 805f2594e4ee694e87fee91cc97e0a08380ef32b Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 25 Feb 2005 16:57:07 +0000 Subject: remove debug code (spotted by Pixel) --- perl-install/network/netconnect.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 1b313c827..500f3710d 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -1301,8 +1301,6 @@ It is not necessary on most networks."), default => sub { bool2yesno(text2bool($intf->{$netc->{NET_INTERFACE}}{USERCTL})) }, post => sub { my ($res) = @_; - use Data::Dumper; - print Dumper($intf, $netc); $intf->{$netc->{NET_INTERFACE}}{USERCTL} = bool2yesno($res); return $goto_start_on_boot_ifneeded->(); }, -- cgit v1.2.1