summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-07-07 17:44:46 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-07-07 17:44:46 +0000
commit60d02785eea3e2272ca6f132e2e277c173f9e33f (patch)
tree9bcec2c56959349a4dadb4d39f60dc632d81d7bb /scripts
parenta330d90477e75c29834937c2cdfeb49476c743ba (diff)
Removing debugging code.
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2192 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'scripts')
-rw-r--r--scripts/payment.pl1
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'},