summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakgw
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone/drakgw')
-rwxr-xr-xperl-install/standalone/drakgw2
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");