diff --git a/src/ripple/protocol/impl/Keylet.cpp b/src/ripple/protocol/impl/Keylet.cpp index 8c1813ee0..4e998f4e8 100644 --- a/src/ripple/protocol/impl/Keylet.cpp +++ b/src/ripple/protocol/impl/Keylet.cpp @@ -34,7 +34,6 @@ Keylet::check(SLE const& sle) const assert(sle.getType() != ltDIR_NODE); return sle.getType() != ltDIR_NODE; } - assert(sle.getType() == type); return sle.getType() == type; }