diff --git a/server/AyaNova/biz/UserBiz.cs b/server/AyaNova/biz/UserBiz.cs index e473762a..6f3d1c65 100644 --- a/server/AyaNova/biz/UserBiz.cs +++ b/server/AyaNova/biz/UserBiz.cs @@ -141,9 +141,6 @@ namespace AyaNova.Biz if (newObject.UserOptions == null) { newObject.UserOptions = new UserOptions(); - //todo: for now defaulting to server boot config but might need to add this to the route as an option - //now that it's not in the actual user record itself anymore as it's kind of critical - //revisit when get to client ui newObject.UserOptions.TranslationId = ServerBootConfig.AYANOVA_DEFAULT_TRANSLATION_ID; }