mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Merge pull request #1250 from bigchaindb/stray_print_in_connection
remove stray print call
This commit is contained in:
commit
5e91d65348
@ -128,7 +128,6 @@ def _check_replica_set(conn):
|
|||||||
replSet option.
|
replSet option.
|
||||||
"""
|
"""
|
||||||
options = conn.admin.command('getCmdLineOpts')
|
options = conn.admin.command('getCmdLineOpts')
|
||||||
print(options)
|
|
||||||
try:
|
try:
|
||||||
repl_opts = options['parsed']['replication']
|
repl_opts = options['parsed']['replication']
|
||||||
repl_set_name = repl_opts.get('replSetName', repl_opts.get('replSet'))
|
repl_set_name = repl_opts.get('replSetName', repl_opts.get('replSet'))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user