summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-02-27 11:14:50 -0800
committerMark Wells <mark@freeside.biz>2012-02-27 11:14:50 -0800
commit3b2a05ea04b34fca41d9a264fd327ca73337c33f (patch)
treeddcee2a781d73b7f56fa0707057da1431140b227
parent759a410ce131e9c26213a40ca77de2386d414108 (diff)
debug
-rw-r--r--httemplate/elements/tr-select-router_block_ip.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/httemplate/elements/tr-select-router_block_ip.html b/httemplate/elements/tr-select-router_block_ip.html
index e6b7bfe7e..a4ce6644b 100644
--- a/httemplate/elements/tr-select-router_block_ip.html
+++ b/httemplate/elements/tr-select-router_block_ip.html
@@ -62,8 +62,6 @@ if ( $svc_x ) {
foreach qw(routernum blocknum ip_addr svcpart);
}
-warn Dumper(\%opt);
-
my $svcpart = $opt{'svcpart'} || '';
my %fixed; # which fields are fixed
$svcpart =~ /^\d*$/ or die "invalid svcpart '$svcpart'";