提交 5a0ef683 编写于 作者: A Alex Duan

[TS-238]<feature>: remove no use log

上级 0c7f81db
......@@ -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));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册