diff options
-rwxr-xr-x | perl-install/standalone/drakgw | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/standalone/drakgw b/perl-install/standalone/drakgw index 00c28ce6f..6d0ff41ae 100755 --- a/perl-install/standalone/drakgw +++ b/perl-install/standalone/drakgw @@ -33,7 +33,6 @@ use log; use c; use network::netconnect; use network::shorewall; -use Data::Dumper; $::isInstall and die "Not supported during install.\n"; @@ -53,7 +52,6 @@ my $dhcpd_conf = "/etc/dhcpd.conf"; my $cups_conf = "/etc/cups/cupsd.conf"; my $shorewall = network::shorewall::read(); -Dumper($shorewall),"\n"; my $in = 'interactive'->vnew('su'); $::Wizard_title = N("Internet Connection Sharing"); |