debug
authorMark Wells <mark@freeside.biz>
Tue, 14 Jan 2014 02:55:45 +0000 (18:55 -0800)
committerMark Wells <mark@freeside.biz>
Tue, 14 Jan 2014 02:55:45 +0000 (18:55 -0800)
httemplate/graph/cust_bill_pkg.cgi

index 44498c8..57fb81b 100644 (file)
@@ -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