chore: remove ut code
This commit is contained in:
parent
da2ca889f2
commit
ebb1d83a3e
|
@ -107,9 +107,6 @@ static int32_t dmStartNodes(SDnode *pDnode) {
|
||||||
dError("node:%s, failed to start since %s", pWrapper->name, terrstr());
|
dError("node:%s, failed to start since %s", pWrapper->name, terrstr());
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
if(ntype == VNODE) {
|
|
||||||
return -1;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dInfo("The daemon initialized successfully");
|
dInfo("The daemon initialized successfully");
|
||||||
|
|
Loading…
Reference in New Issue