mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
remove old test loggin
This commit is contained in:
parent
43a36905c9
commit
c8417536a9
@ -105,7 +105,6 @@ class LocalMongoDBConnection(Connection):
|
||||
ssl=self.ssl,
|
||||
**MONGO_OPTS)
|
||||
if self.login is not None and self.password is not None:
|
||||
print('Test connexion', self.dbname, self.login, self.password)
|
||||
client[self.dbname].authenticate(self.login, self.password)
|
||||
else:
|
||||
logger.info('Connecting to MongoDB over TLS/SSL...')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user