diff --git a/shorewall/shorewall-lib.pl b/shorewall/shorewall-lib.pl index d3f1ea2a1..9609cb3a5 100755 --- a/shorewall/shorewall-lib.pl +++ b/shorewall/shorewall-lib.pl @@ -11,7 +11,6 @@ use WebminCore; # Get the version $shorewall_version = &get_shorewall_version(0); %shorewall_config = &read_shorewall_config(); -#&dump_shorewall_config(); # get access permissions %access = &get_module_acl(); @@ -55,15 +54,6 @@ close(SHOREWALL_CONF); return @ret; } -# dump_shorewall_config() -# - Debugging code -sub dump_shorewall_config -{ - for (sort keys %shorewall_config) { - print STDERR "$_=$shorewall_config{$_}\n"; - } -} - # shorewall_config(var) sub shorewall_config {