Skip to content

Commit

Permalink
FenixApplication: Remove unused kinto endpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
pocmo authored and csadilek committed Nov 30, 2020
1 parent 23edda5 commit 055c76b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/src/main/java/org/mozilla/fenix/FenixApplication.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}

0 comments on commit 055c76b

Please sign in to comment.