Skip to content

Commit 4ab6058

Browse files
author
Tim Vaillancourt
committed
removing needless line
1 parent e98619b commit 4ab6058

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

MongoBackup/Replset.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ def find_primary(self):
7575
def find_secondary(self):
7676
rs_status = self.get_rs_status()
7777
rs_config = self.get_rs_config()
78-
rs_primary = self.find_primary()
7978
rs_name = rs_status['set']
8079
quorum_count = ceil(len(rs_status['members']) / 2.0)
8180

0 commit comments

Comments
 (0)