remove stray print call

This commit is contained in:
Scott Sadler 2017-03-06 14:18:48 +01:00
parent f64401eed3
commit 1374f133f9

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