Fix chatty debug.

This commit is contained in:
JoelKatz
2012-06-18 11:44:40 -07:00
parent 0e47edbdfe
commit b3bba6b2b0

View File

@@ -415,7 +415,9 @@ bool LedgerConsensus::updateOurPositions(int sinceClose)
std::vector<uint256> addedTx, removedTx;
#ifdef LC_DEBUG
Log(lsTRACE) << "updating our positions";
#endif
for(boost::unordered_map<uint256, LCTransaction::pointer>::iterator it = mDisputes.begin(),
end = mDisputes.end(); it != end; ++it)
{