Skip to content

Commit 995d420

Browse files
author
Tim Vaillancourt
committed
removing debug print I forgot
1 parent 4284a40 commit 995d420

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
@@ -184,7 +184,6 @@ def get_replsets(self, force=False):
184184
except Exception, e:
185185
logging.fatal("Could not get Replset class object for replset %s! Error: %s" % (rs_name, e))
186186
raise e
187-
print self.replsets
188187
return self.replsets
189188

190189
def find_secondaries(self):

0 commit comments

Comments
 (0)