Browse Source

Removed stray debug line

pull/1/head
Joseph Henry 7 years ago
parent
commit
9a8dc5c8ea
  1. 1
      src/Controls.cpp

1
src/Controls.cpp

@ -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),

Loading…
Cancel
Save