mgr/telemetry: remove duplicated method

Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2021-01-30 20:42:59 +08:00
parent 964dd93819
commit 81e46fb9a6

View File

@ -876,10 +876,6 @@ class Module(MgrModule):
self.log.debug('Sleeping for %d seconds', sleep)
self.event.wait(sleep)
def self_test(self):
self.compile_report()
return True
@staticmethod
def can_run() -> Tuple[bool, str]:
return True, ''