diff options
-rw-r--r-- | httemplate/view/bill_batch.cgi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/httemplate/view/bill_batch.cgi b/httemplate/view/bill_batch.cgi index 72757568e..3fca6ebbe 100644 --- a/httemplate/view/bill_batch.cgi +++ b/httemplate/view/bill_batch.cgi @@ -67,9 +67,6 @@ die "access denied" unless $FS::CurrentUser::CurrentUser->access_right('View invoices'); -use Data::Dumper; -warn Dumper($cgi->Vars); - my $conf = new FS::Conf; my $batch; my $batchnum = $cgi->param('batchnum'); |