fix: remove udfd allocate buffer trace

This commit is contained in:
slzhou 2022-08-03 17:12:46 +08:00
parent cf9030fab1
commit 3c91c66a2e
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) {