diff --git a/src/app/index.coffee b/src/app/index.coffee index 7f15a045f4..50d53f18b4 100644 --- a/src/app/index.coffee +++ b/src/app/index.coffee @@ -30,8 +30,6 @@ get '/', (page, model, next) -> # Set variables which are passed from the controller to the view userObj = user.get() - #FIXME remove this eventually, part of user schema - userObj.balance = userObj.balance || 2 # support legacy Everyauth schema (now using derby-auth, Passport) if username = userObj.auth?.local?.username _view.loginName = username