ソースを参照

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