提交 8fc5bbf9 编写于 作者: N nicolargo

Remove forgotten log message

上级 672ff0d9
......@@ -245,16 +245,13 @@ class GlancesGrabSensors(object):
"""Get sensors list."""
self.__update__()
if type == 'temperature_core':
logger.info(type)
ret = [s for s in self.sensors_list if s['unit'] == SENSOR_TEMP_UNIT]
elif type == 'fan_speed':
logger.info(type)
ret = [s for s in self.sensors_list if s['unit'] == SENSOR_FAN_UNIT]
else:
# Unknown type
logger.debug("Unknown sensor type %s" % type)
ret = []
logger.info(ret)
return ret
def quit(self):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册