cleanup comments

This commit is contained in:
Kenneth Reitz
2012-03-04 11:41:14 -05:00
parent 4defcbf1db
commit d45232d0b4
-2
View File
@@ -63,13 +63,11 @@ class GoogleAuth(object):
"""
session['openid'] = resp.identity_url
return redirect(self.oid.get_next_url())
# return self.oid.after_login(f(resp))
def _logout(self):
session.pop('openid', None)
return redirect(self.oid.get_next_url())
def _get_blueprint(self, name):
return Blueprint(
name,