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