mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-24 01:35:23 +03:00
Remove debug message...
This commit is contained in:
parent
7381f907ad
commit
ede5b2ae10
@ -183,7 +183,6 @@ class Plugin(GlancesPlugin):
|
||||
ret.append(self.curse_add_line(msg, "TITLE"))
|
||||
|
||||
for i in self.stats:
|
||||
logger.info(i)
|
||||
# Do not display anything if no battery are detected
|
||||
if (i['type'] == 'battery' and i['value'] == []):
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user