diff --git a/endpoints/web.py b/endpoints/web.py index c1c59674a..6596a52ba 100644 --- a/endpoints/web.py +++ b/endpoints/web.py @@ -168,7 +168,6 @@ def github_oauth_callback(): if common_login(to_login): return redirect(url_for('index')) - # TODO something bad happened, we need to tell the user somehow return render_template('githuberror.html')