[mesh-forwarder] remove assert in HandleFrameRequest()` (#7502)

This commit is contained in:
Abtin Keshavarzian
2022-03-22 14:36:17 -07:00
committed by GitHub
parent 255a326b10
commit 6992c0177b
-1
View File
@@ -528,7 +528,6 @@ Mac::TxFrame *MeshForwarder::HandleFrameRequest(Mac::TxFrames &aTxFrames)
ExitNow(frame = nullptr);
}
OT_ASSERT(frame->GetLength() != 7);
break;
#if OPENTHREAD_CONFIG_REFERENCE_DEVICE_ENABLE