Removed unnecesary check

This commit is contained in:
GeorgianaElena
2019-08-22 15:53:40 +03:00
parent 0058ed803d
commit 03693c379e

View File

@@ -177,7 +177,6 @@ class SpawnHandler(BaseHandler):
# otherwise it may cause a redirect loop
if f.done() and f.exception():
exc = f.exception()
if exc:
raise web.HTTPError(
500,
"Error in Authenticator.pre_spawn_start: %s %s"