From 130b0b14727bafe247719a4005c527bb8b852c1d Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Mon, 13 Jan 2014 18:55:45 -0800 Subject: [PATCH] debug --- httemplate/graph/cust_bill_pkg.cgi | 2 -- 1 file changed, 2 deletions(-) diff --git a/httemplate/graph/cust_bill_pkg.cgi b/httemplate/graph/cust_bill_pkg.cgi index 44498c85e..57fb81b62 100644 --- a/httemplate/graph/cust_bill_pkg.cgi +++ b/httemplate/graph/cust_bill_pkg.cgi @@ -129,7 +129,6 @@ if ( $cgi->param('class_agg_break') eq 'aggregate' or # The new way: # Actually break down all subsets of the (selected) report classes. my @subsets = FS::part_pkg_report_option->subsets(@classnums); - warn "SUBSETS:\n".Dumper(\@subsets)."\n\n"; my @classnum_space = @classnums; @classnums = @classnames = (); while(@subsets) { @@ -145,7 +144,6 @@ if ( $cgi->param('class_agg_break') eq 'aggregate' or push @not_classnums, $not_these; push @classnames, shift @subsets; } #while subsets - warn "COMPLEMENTS:\n".Dumper(\@not_classnums)."\n\n"; } # else it's 'pkg', i.e. part_pkg.classnum, which is singular on pkgpart # and much simpler -- 2.11.0