We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 571dc2c commit 93ff5beCopy full SHA for 93ff5be
MongoBackup/Methods/Dump.py
@@ -71,7 +71,6 @@ def run(self):
71
commands.append([self.binary, mongodump_flags])
72
73
for (command, command_flags) in commands:
74
- print command_flags
75
self._command = LocalCommand(command, command_flags, self.verbose)
76
self._command.run()
77
except Exception, e:
0 commit comments