reduce log print

This commit is contained in:
hiddenbomb
2023-09-09 11:06:55 +00:00
committed by ob-robot
parent 35bf65eac6
commit 2c17ce57fb

View File

@ -226,7 +226,6 @@ int ObTabletFullMemoryMdsData::deserialize(common::ObIAllocator &allocator, cons
LOG_WARN("failed to deserialize", K(ret)); LOG_WARN("failed to deserialize", K(ret));
} else { } else {
is_inited_ = true; is_inited_ = true;
LOG_INFO("succeeded to deserialize full memory mds data", K(ret), KPC(this));
} }
return ret; return ret;