diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-09-23 18:43:09 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-09-23 18:43:09 +0000 |
commit | 27d5cdfb6a1d0cbf5a87140eec2bab84a5c4603a (patch) | |
tree | 72c3c4b7115e534e298ea52d01aeefc3c7f29fbc /scripts | |
parent | 9e400119729efeeaa2f3e2aefdd5d5d9d28c9663 (diff) |
Removing debug line
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2336 4979c152-3d1c-0410-bac9-87ea11338e46
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 6da1d5b6..09472dd3 100644 --- a/scripts/payment.pl +++ b/scripts/payment.pl @@ -380,7 +380,6 @@ sub display_payments { } $_->{contact_total} = $contact_total; } - $payment->debug({file => '/tmp/payment'}); @{$payment->{media_options}} = ( {text => $request->{_locale}->text('Screen'), |