Kaydet (Commit) 3c10d1e6 authored tarafından Anssi Kääriäinen's avatar Anssi Kääriäinen

Removed useless comment. Refs #21172

üst e953c78e
......@@ -1069,9 +1069,6 @@ class LiveServerThread(threading.Thread):
self.is_ready.set()
def terminate(self):
"""
Shuts down live WSGI server.
"""
if hasattr(self, 'httpd'):
# Stop the WSGI server
self.httpd.shutdown()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment