Skip to content

Commit 44cae59

Browse files
Ws fix
1 parent 20071f6 commit 44cae59

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mongodb_consistent_backup/Logger.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ def start(self):
3434
self.file_log.setLevel(self.log_level)
3535
self.file_log.setFormatter(logging.Formatter(self.log_format))
3636
logging.getLogger('').addHandler(self.file_log)
37-
print "update_symlink()"
38-
self.update_symlink()
37+
self.update_symlink()
3938
except OSError, e:
4039
logging.warning("Could not start file log handler, writing to stdout only")
4140
pass

0 commit comments

Comments
 (0)