mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-17 12:28:24 +00:00
Removing logs
This commit is contained in:
parent
5809a428d6
commit
2644e7c11a
@ -50,8 +50,6 @@ object OnionRequestAPI {
|
||||
get() {
|
||||
val paths = _paths.get()
|
||||
|
||||
Log.d("", "***** Getting ONION from database: ${paths?.count()}")
|
||||
|
||||
if (paths != null) { return paths }
|
||||
|
||||
// Storing this in an atomic variable as it was causing a number of background
|
||||
|
@ -153,8 +153,6 @@ object SnodeAPI {
|
||||
internal fun getRandomSnode(): Promise<Snode, Exception> {
|
||||
val snodePool = this.snodePool
|
||||
|
||||
Log.d("", "***** Getting snode pool from database: ${snodePool.count()}")
|
||||
|
||||
if (snodePool.count() < minimumSnodePoolCount) {
|
||||
val target = seedNodePool.random()
|
||||
val url = "$target/json_rpc"
|
||||
|
Loading…
x
Reference in New Issue
Block a user