From: Mark Wells Date: Mon, 27 Feb 2012 19:14:50 +0000 (-0800) Subject: debug X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=3b2a05ea04b34fca41d9a264fd327ca73337c33f;p=freeside.git debug --- 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'";