Hide an log message in the Glances cloud plugins

pull/1186/head
nicolargo 2017-11-02 21:05:14 +01:00
parent 83e950fc3f
commit 635a652694
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ class Plugin(GlancesPlugin):
ret.append(self.curse_add_line(msg))
# Return the message with decoration
logger.info(ret)
# logger.info(ret)
return ret