refactor: remove assert.

This commit is contained in:
Haojun Liao 2024-09-05 16:12:39 +08:00
parent 5266d87249
commit df0f71a31c
1 changed files with 0 additions and 2 deletions

View File

@ -752,8 +752,6 @@ int32_t streamDispatchStreamBlock(SStreamTask* pTask) {
return 0;
}
ASSERT(pTask->msgInfo.pData == NULL);
if (pTask->msgInfo.pData != NULL) {
stFatal("s-task:%s not rsp data:%p exist, should not dispatch msg now", id, pTask->msgInfo.pData);
} else {