Remove a redundant and expensive test.

This commit is contained in:
JoelKatz
2012-06-23 22:45:24 -07:00
parent 8e1c49f0d7
commit 5073185354
3 changed files with 5 additions and 3 deletions

View File

@@ -647,7 +647,6 @@ std::vector< std::pair<uint32, uint256> >
bool NetworkOPs::recvValidation(SerializedValidation::pointer val)
{
Log(lsINFO) << "recvValidation " << val->getLedgerHash().GetHex();
return theApp->getValidations().addValidation(val);
}