Removed debug logs
This commit is contained in:
parent
d109d86bf3
commit
e357ffba66
1 changed files with 0 additions and 2 deletions
|
@ -104,10 +104,8 @@ public class NodeLatencyVerifier {
|
|||
}
|
||||
|
||||
String normalURL = fullNode.getUrl().replace("wss://", "https://");
|
||||
Log.d(TAG,"normal URL : "+normalURL);
|
||||
if(!nodeURLMap.containsKey(fullNode.getUrl().replace("wss://", "https://"))){
|
||||
HttpUrl key = HttpUrl.parse(normalURL);
|
||||
Log.i(TAG, "Inserting key: "+key.toString());
|
||||
nodeURLMap.put(key, fullNode);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue