Remove (some) debug functions and traces
This commit is contained in:
parent
a1b2ff772a
commit
29ebda62ef
3 changed files with 3 additions and 146 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue