Removed unneeded log
This commit is contained in:
parent
0fa75dcf22
commit
d66c8f0ff8
1 changed files with 0 additions and 2 deletions
|
@ -364,8 +364,6 @@ public class NetworkService extends Service {
|
||||||
latencyUpdateCounter++;
|
latencyUpdateCounter++;
|
||||||
// Updating the node with the new latency measurement
|
// Updating the node with the new latency measurement
|
||||||
nodeProvider.updateNode(fullNode);
|
nodeProvider.updateNode(fullNode);
|
||||||
|
|
||||||
Log.v(TAG, String.format("URL: %s, latency: %.2f", fullNode.getUrl(), fullNode.getLatencyValue()));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue