RT# 78190 Remove debug statements
authorMitch Jackson <mitch@freeside.biz>
Sat, 14 Apr 2018 17:25:26 +0000 (12:25 -0500)
committerMitch Jackson <mitch@freeside.biz>
Sat, 19 May 2018 21:34:24 +0000 (21:34 +0000)
FS/FS/cust_bill.pm

index d4383f9..9360658 100644 (file)
@@ -3240,7 +3240,6 @@ sub _items_payments {
 
   if ( $self->conf->exists('previous_balance-payments_since') ) {
     if ($template eq 'statement') {
-print "\nCASE 3\n";
       # Case 3 (see above)
       # Return payments timestamped between the previous and following bills
 
@@ -3264,7 +3263,7 @@ print "\nCASE 3\n";
     } else {
       # Case 2 (see above)
       # Return payments timestamped between this and the previous bill
-print "\nCASE 2\n";
+
       my $date_start = 0;
       my $date_end = $self->_date;