Merge pull request #1250 from bigchaindb/stray_print_in_connection

remove stray print call
This commit is contained in:
libscott 2017-03-06 14:25:00 +01:00 committed by GitHub
commit 5e91d65348

View File

@ -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'))