Этот коммит содержится в:
=Corey Hulen
2015-09-16 12:38:51 -07:00
родитель 609e5c6652
Коммит c60e687c6b

Просмотреть файл

@@ -283,7 +283,6 @@ func getClientProperties(c *Config) map[string]string {
props["SegmentDeveloperKey"] = c.ClientSettings.SegmentDeveloperKey
props["GoogleDeveloperKey"] = c.ClientSettings.GoogleDeveloperKey
props["AnalyticsUrl"] = c.ServiceSettings.AnalyticsUrl
props["ByPassEmail"] = strconv.FormatBool(c.EmailSettings.ByPassEmail)
props["ProfileHeight"] = fmt.Sprintf("%v", c.ImageSettings.ProfileHeight)
props["ProfileWidth"] = fmt.Sprintf("%v", c.ImageSettings.ProfileWidth)