From 88cc43250f62a4865a11d4f608dc5ff03fe29887 Mon Sep 17 00:00:00 2001 From: wangjiaming0909 <604227650@qq.com> Date: Sun, 28 Apr 2024 11:32:17 +0800 Subject: [PATCH] use debug log when fetching no tsmas for table --- source/dnode/mnode/impl/src/mndSma.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source/dnode/mnode/impl/src/mndSma.c b/source/dnode/mnode/impl/src/mndSma.c index 02c932289f..d7b0b2d09d 100644 --- a/source/dnode/mnode/impl/src/mndSma.c +++ b/source/dnode/mnode/impl/src/mndSma.c @@ -2340,11 +2340,6 @@ static int32_t mndProcessGetTbTSMAReq(SRpcMsg *pReq) { } _OVER: - if (code != 0) { - mError("failed to get table tsma %s since %s fetching with tsma name %d", tsmaReq.name, terrstr(), - tsmaReq.fetchingWithTsmaName); - } - tFreeTableTSMAInfoRsp(&rsp); return code; }