mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-27 19:25:27 +03:00
Remove debug message
This commit is contained in:
parent
c4c0a2d5d3
commit
5ce6a40645
@ -117,7 +117,6 @@ class AmpsList(object):
|
||||
amps_list += [p for p in processlist if re.search(v.regex(), p['name']) is not None]
|
||||
except (TypeError, KeyError):
|
||||
continue
|
||||
logger.info(amps_list)
|
||||
if len(amps_list) > 0:
|
||||
# At least one process is matching the regex
|
||||
logger.debug("AMPS: {} process detected (PID={})".format(k, amps_list[0]['pid']))
|
||||
|
Loading…
Reference in New Issue
Block a user