Skip to content

Commit

Permalink
Remove print debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarlevin authored Dec 25, 2024
1 parent ee3dd1a commit 5d0fa3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pretext/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ def to_file_line(self) -> str:

def is_active_server(self) -> bool:
"""Returns whether the server represented by this object is active on the provided port"""
print("here!")
try:
p = psutil.Process(self.pid)
except psutil.NoSuchProcess:
Expand Down

0 comments on commit 5d0fa3c

Please sign in to comment.