Skip to content

Commit

Permalink
Removed debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Nilsson committed Sep 23, 2024
1 parent 5685d2a commit 98d1360
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pilot/util/psutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,9 +286,7 @@ def find_process_by_jobid(jobid: int) -> int or None:
except psutil.NoSuchProcess:
continue

logger.debug(f'cmd_line={cmd_line}')
for arg in cmd_line:
logger.debug(f'arg={arg}')
if str(jobid) in arg and 'xrootd' not in arg:
return proc.pid

Expand Down

0 comments on commit 98d1360

Please sign in to comment.