remove debug info

This commit is contained in:
Jeff Tao 2020-06-01 07:41:13 +00:00
parent 6f6acd2e85
commit 4cf7b73fb1
1 changed files with 1 additions and 2 deletions

View File

@ -171,7 +171,6 @@ int main(int argc, char *argv[]) {
tsAsyncLog = 0; tsAsyncLog = 0;
rpcInit.connType = TAOS_CONN_SERVER; rpcInit.connType = TAOS_CONN_SERVER;
taosInitLog("server.log", 100000, 10); taosInitLog("server.log", 100000, 10);
void *pRpc = rpcOpen(&rpcInit); void *pRpc = rpcOpen(&rpcInit);