2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-17 15:26:23 +00:00

[fenix] FenixApplication: Remove unused kinto endpoint.

This commit is contained in:
Sebastian Kaspari 2020-11-30 11:32:40 +01:00 committed by Christian Sadilek
parent 668e8d62af
commit 9b853166ac

View File

@ -438,9 +438,5 @@ open class FenixApplication : LocaleAwareApplication(), Provider {
} }
} }
companion object {
private const val KINTO_ENDPOINT_PROD = "https://firefox.settings.services.mozilla.com/v1"
}
override fun getWorkManagerConfiguration() = Builder().setMinimumLoggingLevel(INFO).build() override fun getWorkManagerConfiguration() = Builder().setMinimumLoggingLevel(INFO).build()
} }