소스 검색

Remove extra call to upcheck in _tailf
The callers do_maintail and do_tail call upcheck before _tailf

Mike Naberezny 11 년 전
부모
커밋
ee93898ce3
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      supervisor/supervisorctl.py

+ 0 - 3
supervisor/supervisorctl.py

@@ -411,9 +411,6 @@ class DefaultControllerPlugin(ControllerPluginBase):
     name = 'default'
     listener = None # for unit tests
     def _tailf(self, path):
-        if not self.ctl.upcheck():
-            return
-
         self.ctl.output('==> Press Ctrl-C to exit <==')
 
         username = self.ctl.options.username