mirror of
				https://github.com/django/django.git
				synced 2025-10-30 17:16:10 +00:00 
			
		
		
		
	Removed useless comment. Refs #21172
This commit is contained in:
		| @@ -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() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user