Removed unneeded log

develop
Nelson R. Perez 2018-10-24 19:52:50 -05:00
parent 0fa75dcf22
commit d66c8f0ff8
1 changed files with 0 additions and 2 deletions

View File

@ -364,8 +364,6 @@ public class NetworkService extends Service {
latencyUpdateCounter++;
// Updating the node with the new latency measurement
nodeProvider.updateNode(fullNode);
Log.v(TAG, String.format("URL: %s, latency: %.2f", fullNode.getUrl(), fullNode.getLatencyValue()));
}
@Override