瀏覽代碼

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