Removed stray debug line

This commit is contained in:
Joseph Henry
2019-02-26 13:50:04 -08:00
parent dabdfa4d4d
commit 9a8dc5c8ea

View File

@@ -706,7 +706,6 @@ int zts_get_peer(struct zts_peer_details *pd, uint64_t peerId)
if (pl) {
for(unsigned long i=0;i<pl->peerCount;++i) {
if (pl->peers[i].address == peerId) {
DEBUG_INFO("found");
memcpy(pd, &(pl->peers[i]), sizeof(struct zts_peer_details));
for (int j=0; j<pl->peers[i].pathCount; j++) {
memcpy(&(pd->paths[j].address),