Commit 3c10d1e6 authored by Anssi Kääriäinen's avatar Anssi Kääriäinen
Browse files

Removed useless comment. Refs #21172

parent e953c78e
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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()