Removed debug logs

develop
Nelson R. Perez 2018-09-27 17:42:51 -05:00
parent d109d86bf3
commit e357ffba66
1 changed files with 0 additions and 2 deletions

View File

@ -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);
}