Skip to content

Commit

Permalink
analyzer: remove mistyped and useless debug output when procmemdump n…
Browse files Browse the repository at this point in the history
…ot enabled
  • Loading branch information
kevoreilly committed May 10, 2024
1 parent c873c15 commit fa94c91
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions analyzer/windows/analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -648,8 +648,6 @@ def run(self):
Process(pid=pid).upload_memdump()
except Exception as e:
log.error(e, exc_info=True)
else:
log.info("Procdump not enabled")
log.info("Process with pid %s appears to have terminated", pid)
if pid in self.process_list.pids:
self.process_list.remove_pid(pid)
Expand Down

0 comments on commit fa94c91

Please sign in to comment.