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 23edda5f65
commit 055c76b7ba

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()
}