Remove un-needed loop assignment

This commit is contained in:
Eli Uriegas 2017-02-17 06:57:41 -06:00
parent 94bb91f2fa
commit 39aa64ff68

View File

@ -527,7 +527,6 @@ class Sanic:
self.error_handler.debug = debug
self.debug = debug
loop = self.loop
server_settings = {
'protocol': protocol,