Cleanups.

This commit is contained in:
JoelKatz
2012-10-25 19:59:05 -07:00
parent 601181c691
commit 76d4a91814
9 changed files with 43 additions and 34 deletions

View File

@@ -688,9 +688,7 @@ void Peer::recvHello(ripple::TMHello& packet)
void Peer::recvTransaction(ripple::TMTransaction& packet)
{
#ifdef DEBUG
std::cerr << "Got transaction from peer" << std::endl;
#endif
cLog(lsDEBUG) << "Got transaction from peer";
Transaction::pointer tx;
#ifndef TRUST_NETWORK