summaryrefslogtreecommitdiff
path: root/LedgerSMB
diff options
context:
space:
mode:
Diffstat (limited to 'LedgerSMB')
-rwxr-xr-xLedgerSMB/Mailer.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/LedgerSMB/Mailer.pm b/LedgerSMB/Mailer.pm
index 79e7bf7d..05a711bd 100755
--- a/LedgerSMB/Mailer.pm
+++ b/LedgerSMB/Mailer.pm
@@ -96,7 +96,6 @@ sub send {
my $filename = $attachment;
# strip path
$filename =~ s/(.*\/|$self->{fileid})//g;
- printf STDERR "$self->{format}\n";
$msg->attach(
'Type' => "$application/$self->{format}",
'Path' => $attachment,