summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormark <mark>2010-06-08 22:30:36 +0000
committermark <mark>2010-06-08 22:30:36 +0000
commit2f38af06a6f2b33f6b1a8997fc52e31c2a5b5410 (patch)
treee0e2e81c998c2f806861e5749c7065777564a61e
parentb7dbecfb82aea90a4289089927d0b17436b2ed5a (diff)
spurious warning
-rw-r--r--httemplate/view/bill_batch.cgi3
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');