summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2014-01-13 18:55:06 -0800
committerMark Wells <mark@freeside.biz>2014-01-13 18:55:06 -0800
commit1552ee615a8f73ee8a72cc85c6e1a2fcfc601dda (patch)
treee8cea39ad20419e5ed956086be92b344a0ce0b56
parent70cda99de667abcafbe9f96d9d000098f3410ae9 (diff)
debug
-rw-r--r--httemplate/graph/cust_bill_pkg.cgi2
1 files changed, 0 insertions, 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