[CP] delete the unused log

This commit is contained in:
yishenglanlingzui
2022-12-01 14:05:40 +00:00
committed by ob-robot
parent 485c25fe99
commit 5679f92715
4 changed files with 23 additions and 20 deletions

View File

@ -710,7 +710,7 @@ int ObMPStmtExecute::parse_request_param_value(ObIAllocator &alloc,
idx))) {
LOG_WARN("get param value failed", K(param));
} else {
LOG_INFO("resolve execute with param", K(param));
LOG_DEBUG("resolve execute with param", K(param));
}
}
return ret;