Removed useless comment. Refs #21172
This commit is contained in:
parent
e953c78eeb
commit
3c10d1e64f
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue