chore: remove ut code

This commit is contained in:
kailixu 2023-04-23 14:43:26 +08:00
parent da2ca889f2
commit ebb1d83a3e
1 changed files with 0 additions and 3 deletions

View File

@ -107,9 +107,6 @@ static int32_t dmStartNodes(SDnode *pDnode) {
dError("node:%s, failed to start since %s", pWrapper->name, terrstr());
return -1;
}
if(ntype == VNODE) {
return -1;
}
}
dInfo("The daemon initialized successfully");