diff --git a/src/tsdb/src/tsdbDelete.c b/src/tsdb/src/tsdbDelete.c index 0daa9d7bce2f17c4a60484080ceb0d6cfdf0fbd9..9a543110ac79335b31b00393cef69617b0538a53 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));