Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions entourage/Managers/EnvironmentConfigurationManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ struct UserStorageKey {
static let amazonPictureFolder = "AmazonPictureFolder"
static let amazonAccessKey = "AmazonAccessKey"
static let amazonSecretKey = "AmazonSecretKey"
static let mixpanelToken = "MixpanelToken"
static let awsPictureBucket = "AwsPictureBucket"
static let environmentTypeKey = "EnvironmentType"
static let googlePlaceApiKey = "GooglePlaceApiKey"
Expand Down Expand Up @@ -77,10 +76,6 @@ class EnvironmentConfigurationManager {
return apiKeysConfiguration(forKey: UserStorageKey.APIKey)
}

var MixpanelToken : NSString {
return configuration(forKey: UserStorageKey.mixpanelToken)
}

var AwsPictureBucket : NSString {
return configuration(forKey: UserStorageKey.awsPictureBucket)
}
Expand Down