debug
authorMark Wells <mark@freeside.biz>
Mon, 27 Feb 2012 19:13:25 +0000 (11:13 -0800)
committerMark Wells <mark@freeside.biz>
Mon, 27 Feb 2012 19:13:25 +0000 (11:13 -0800)
httemplate/elements/tr-select-router_block_ip.html

index e6b7bfe..a4ce664 100644 (file)
@@ -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'";