We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a06034 commit d059459Copy full SHA for d059459
core/src/main/java/com/segment/analytics/kotlin/core/Settings.kt
@@ -112,7 +112,6 @@ internal fun Analytics.fetchSettings(
112
val connection = HTTPClient(writeKey, this.configuration.requestFactory).settings(cdnHost)
113
val settingsString =
114
connection.inputStream?.bufferedReader()?.use(BufferedReader::readText) ?: ""
115
- //configuration.defaultSettings = LenientJson.decodeFromString(settingsString)
116
log("Fetched Settings: $settingsString")
117
LenientJson.decodeFromString(settingsString)
118
} catch (ex: Exception) {
0 commit comments