Remove debug message

pull/1269/head
nicolargo 2018-05-19 16:40:20 +02:00
parent c4c0a2d5d3
commit 5ce6a40645
1 changed files with 0 additions and 1 deletions

View File

@ -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']))