diff options
-rwxr-xr-x | LedgerSMB.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/LedgerSMB.pm b/LedgerSMB.pm index 2be20f6d..d82f0309 100755 --- a/LedgerSMB.pm +++ b/LedgerSMB.pm @@ -646,7 +646,6 @@ sub _db_init { $auth =~ s/Basic //i; # strip out basic authentication preface $auth = MIME::Base64::decode($auth); my ($login, $password) = split(/:/, $auth); - print STDERR "$auth\n"; $self->{login} = $login; $self->{company} ||= 'lsmb13'; my $dbname = $self->{company}; |