diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/payment.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/payment.pl b/scripts/payment.pl index d0896dc9..986cd764 100644 --- a/scripts/payment.pl +++ b/scripts/payment.pl @@ -306,7 +306,6 @@ sub print { print STDERR "amount = $check->{amount}, texamount = $check->{textamount}\n"; push @{$payment->{checks}}, $check; } - $payment->debug({file => '/tmp/payment'}); $template = LedgerSMB::Template->new( user => $payment->{_user}, template => 'check_multiple', format => uc $payment->{'format'}, |