summaryrefslogtreecommitdiff
path: root/LedgerSMB.pm
diff options
context:
space:
mode:
Diffstat (limited to 'LedgerSMB.pm')
-rwxr-xr-xLedgerSMB.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/LedgerSMB.pm b/LedgerSMB.pm
index 83a850bb..3fe186b9 100755
--- a/LedgerSMB.pm
+++ b/LedgerSMB.pm
@@ -375,7 +375,6 @@ sub format_amount {
my $amount = $args{amount};
my $places = $args{precision};
my $dash = $args{neg_format};
- print STDERR "Formatting $amount in format $myconfig->{numberformat}\n";
my $negative;
if ($amount) {