Skip to content

Commit

Permalink
cleanup comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Reitz committed Mar 4, 2012
1 parent 4defcbf commit d45232d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions flask_googlefed.py
Expand Up @@ -63,13 +63,11 @@ def __create_or_login(self, resp):
"""
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,
Expand Down

0 comments on commit d45232d

Please sign in to comment.