summaryrefslogtreecommitdiff
path: root/LedgerSMB.pm
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-10-07 20:04:17 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-10-07 20:04:17 +0000
commit8cdda6c118db985392ce19d8ae1d1a0788066ca7 (patch)
treeff5cf7a95810273c2d4d06324cd4857d6048a266 /LedgerSMB.pm
parentab00ae90ccd370de4ca0c3f73c6d732f45fd569b (diff)
A few authentication fixes
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1716 4979c152-3d1c-0410-bac9-87ea11338e46
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 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};