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