Chris McDonough 17 years ago
parent
commit
cfc025d321
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/supervisor/loggers.py

+ 0 - 2
src/supervisor/loggers.py

@@ -199,8 +199,6 @@ class RotatingFileHandler(FileHandler):
         if self.maxBytes <= 0:
         if self.maxBytes <= 0:
             return
             return
 
 
-        pos = self.stream.tell()
-            
         if not (self.stream.tell() >= self.maxBytes):
         if not (self.stream.tell() >= self.maxBytes):
             return
             return