Remove leftover line to make it runnable.

This commit is contained in:
Ricky Zhou (周家杰) 2007-08-16 18:22:34 -07:00
parent 33d398f074
commit 82ad95b0fa

View file

@ -69,7 +69,6 @@ class User(controllers.Controller):
turbogears.redirect('view/%s' % turbogears.identity.current.user_name)
@validate(validators=userNameExists())
@error_handler(error)
@expose(template="fas.templates.user.view")
@identity.require(turbogears.identity.not_anonymous())
def view(self, userName=None):