other: revert the code

This commit is contained in:
Cary Xu 2022-08-26 10:39:29 +08:00
parent b39c80940f
commit f6c6e18554
1 changed files with 0 additions and 1 deletions

View File

@ -826,7 +826,6 @@ int32_t mndTransPrepare(SMnode *pMnode, STrans *pTrans) {
mError("trans:%d, failed to prepare since %s", pTrans->id, terrstr());
return -1;
}
mDebug("trans:%d, prepare finished", pTrans->id);
STrans *pNew = mndAcquireTrans(pMnode, pTrans->id);