Skip to content

Commit 9f5c642

Browse files
author
Tim Vaillancourt
committed
remove redundant gzip logging line
1 parent 930d9f8 commit 9f5c642

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

MongoBackup/Methods/Mongodump.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ def run(self):
5151

5252
mongodump_flags = ["-h", self.host_port, "--oplog", "-o", "%s/dump" % self.backup_dir]
5353
if self.dump_gzip:
54-
logging.debug("Enabling inline mongodump compression using --gzip flag")
5554
mongodump_flags.extend(["--gzip"])
5655
if self.authdb and self.authdb != "admin":
5756
logging.debug("Using database %s for authentication" % self.authdb)

0 commit comments

Comments
 (0)