1
0
mirror of https://github.com/etesync/android synced 2024-11-22 16:08:13 +00:00

Remove unused code.

This commit is contained in:
Tom Hacohen 2020-02-11 22:51:02 +02:00
parent 17f68a1bf8
commit 202847f30c

View File

@ -95,7 +95,6 @@ class SetupEncryptionFragment : DialogFragment() {
try { try {
val cryptoManager: Crypto.CryptoManager val cryptoManager: Crypto.CryptoManager
val httpClient = HttpClient.Builder(context, config.url.host, config.authtoken!!).build().okHttpClient
val userInfo = config.userInfo val userInfo = config.userInfo
if (userInfo != null) { if (userInfo != null) {