From 528249266331e9e33746086116a3fc81cfda90a6 Mon Sep 17 00:00:00 2001 From: Haojun Liao Date: Wed, 14 Jun 2023 10:35:03 +0800 Subject: [PATCH] refactor: do some internal refactor. --- source/libs/stream/src/streamExec.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/libs/stream/src/streamExec.c b/source/libs/stream/src/streamExec.c index aee3070d7f..b717ea456a 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; } -- GitLab