Skip to content

Commit 93ff5be

Browse files
Forgot to remove print line
1 parent 571dc2c commit 93ff5be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

MongoBackup/Methods/Dump.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ def run(self):
7171
commands.append([self.binary, mongodump_flags])
7272

7373
for (command, command_flags) in commands:
74-
print command_flags
7574
self._command = LocalCommand(command, command_flags, self.verbose)
7675
self._command.run()
7776
except Exception, e:

0 commit comments

Comments
 (0)