Remove (some) debug functions and traces

This commit is contained in:
Joseph Henry 2020-07-23 00:32:39 -07:00
parent a1b2ff772a
commit 29ebda62ef
3 changed files with 3 additions and 146 deletions

View file

@ -79,7 +79,6 @@ bool BondController::assignBondingPolicyToPeer(int64_t identity, const std::stri
SharedPtr<Bond> BondController::createTransportTriggeredBond(const RuntimeEnvironment *renv, const SharedPtr<Peer>& peer)
{
//fprintf(stderr, "createTransportTriggeredBond\n");
Mutex::Lock _l(_bonds_m);
int64_t identity = peer->identity().address().toInt();
Bond *bond = nullptr;