From 4d6c8a20eefaaef6fec01962759fc5c1c9dc2e02 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Mon, 7 Dec 2015 15:14:25 -0800 Subject: PLT-1302 fixing hiding email adddress --- utils/config.go | 8 -------- 1 file changed, 8 deletions(-) diff --git a/utils/config.go b/utils/config.go index b65c91538..93edc0214 100644 --- a/utils/config.go +++ b/utils/config.go @@ -173,14 +173,6 @@ func LoadConfig(fileName string) { ClientCfg = getClientConfig(Cfg) } -func GetSanitizeOptions(c *model.Config) map[string]bool { - options := map[string]bool{} - options["fullname"] = c.PrivacySettings.ShowFullName - options["email"] = c.PrivacySettings.ShowEmailAddress - - return options -} - func getClientConfig(c *model.Config) map[string]string { props := make(map[string]string) -- cgit v1.2.3-1-g7c22