提交 7c5d332a 编写于 作者: N nicolargo

Remove debug message

上级 0d1a1d85
......@@ -146,8 +146,6 @@ class Plugin(GlancesPlugin):
# Init the return message
ret = []
logger.info(self.is_disable())
# Only process if stats exist and display plugin enable...
if not self.stats or self.is_disable():
return ret
......
......@@ -70,6 +70,7 @@ class Plugin(GlancesPlugin):
# !!! @TODO: Debug disable / enable from conf file
# logger.info(args)
# logger.info(config.as_dict()['quicklook'])
# logger.info(self.is_enable())
@GlancesPlugin._check_decorator
@GlancesPlugin._log_result_decorator
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册