diff --git a/source/libs/stream/src/streamExec.c b/source/libs/stream/src/streamExec.c index aee3070d7fa675c6c842797cd2e5416b01c759d0..b717ea456a76f14f9790d74304c40f5eb5514578 100644 --- a/source/libs/stream/src/streamExec.c +++ b/source/libs/stream/src/streamExec.c @@ -383,8 +383,6 @@ int32_t streamExecForAll(SStreamTask* pTask) { if (pInput) { streamFreeQitem(pInput); } - - qDebug("456 %s", pTask->id.idStr); return 0; }