Avoid assert.

This commit is contained in:
JoelKatz
2013-04-16 11:43:37 -07:00
parent 61efda89a5
commit aa984592ca

View File

@@ -908,7 +908,7 @@ TER RippleCalc::calcNodeAdvance(
{
// No more offers. Should be done rather than fall off end of book.
cLog(lsWARNING) << "calcNodeAdvance: Unreachable: Fell off end of order book.";
assert(false);
// assert(false);
terResult = tefEXCEPTION;
}