Merge pull request #15712 from taosdata/szhou/fix/udf

fix: remove udfd allocate buffer trace
This commit is contained in:
shenglian-zhou 2022-08-04 08:39:07 +08:00 committed by GitHub
commit 6b06b2d99d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -686,7 +686,6 @@ void udfdAllocBuffer(uv_handle_t *handle, size_t suggestedSize, uv_buf_t *buf) {
buf->len = 0;
}
}
fnDebug("allocate buf. input buf cap - len - total : %d - %d - %d", ctx->inputCap, ctx->inputLen, ctx->inputTotal);
}
bool isUdfdUvMsgComplete(SUdfdUvConn *pipe) {