Skip to content

Commit

Permalink
- get rid of redounant print
Browse files Browse the repository at this point in the history
  • Loading branch information
geosolutions committed Nov 5, 2019
1 parent 1cf58be commit 37edd2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wpsremote/resource_monitor.py
Expand Up @@ -56,7 +56,7 @@ def proc_is_running(self, proc_defs):
path = process.cwd() # noqa
cmdline = ' '.join(process.cmdline()) # noqa

print("Get the process info using (path, name, cmdline): [%s / %s / %s]" % (path, name, cmdline))
# print("Get the process info using (path, name, cmdline): [%s / %s / %s]" % (path, name, cmdline))
for _p in proc_defs:
# logger.info("Look for process: [%s] / Status [%s]" % (_p, status.lower()))
# print("Look for process: [%s] / Status [%s]" % (_p, status.lower()))
Expand Down

0 comments on commit 37edd2c

Please sign in to comment.