From 5a0ef683605acf2b4f8c1fdf012eb6c469133094 Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Sat, 9 Apr 2022 19:40:32 +0800 Subject: [PATCH] [TS-238]: remove no use log --- src/tsdb/src/tsdbDelete.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tsdb/src/tsdbDelete.c b/src/tsdb/src/tsdbDelete.c index 0daa9d7bce..9a543110ac 100644 --- a/src/tsdb/src/tsdbDelete.c +++ b/src/tsdb/src/tsdbDelete.c @@ -137,7 +137,6 @@ static int tsdbDeleteImplCommon(STsdbRepo *pRepo, SControlDataInfo* pCtlInfo) { tsdbError("vgId:%d :SDEL failed to delete META data since %s", REPO_ID(pRepo), tstrerror(terrno)); goto _err; } - tsdbError("vgId:%d :SDEL delete meta ok", REPO_ID(pRepo)); if (tsdbDeleteTSData(pRepo, pCtlInfo, aUpdates, affectedTables) < 0) { tsdbError("vgId:%d :SDEL failed to delete TS data since %s", REPO_ID(pRepo), tstrerror(terrno)); -- GitLab