Skip to content

Commit f885393

Browse files
committed
debug removed
1 parent 608fb80 commit f885393

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

extensions/lardoon/extension.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ def find_running_process(self, p: Optional[psutil.Process] = None):
6161
p = next(utils.find_process(os.path.basename(cmd), self.config['bind']), None)
6262
if p:
6363
self.log.debug("- Running Lardoon process found.")
64-
else:
65-
self.log.debug(f"- Running Lardoon process not found: {os.path.basename(cmd)} -bind {self.config['bind']}")
6664
return p
6765
else:
6866
return p

0 commit comments

Comments
 (0)