diff --git a/pretext/server.py b/pretext/server.py index 44e2e948..5bc83ecd 100644 --- a/pretext/server.py +++ b/pretext/server.py @@ -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: