remove a debug log

This commit is contained in:
ZenoWang
2024-06-19 10:53:02 +00:00
committed by ob-robot
parent 48d19b380c
commit ccaa3d881d

View File

@ -59,7 +59,7 @@ int function(Args &&...args) \
ret = OB_SUCCESS; \ ret = OB_SUCCESS; \
} else { \ } else { \
ret = OB_ENTRY_NOT_EXIST; \ ret = OB_ENTRY_NOT_EXIST; \
STORAGE_LOG(INFO, "ObMemtableMgr is not exist, there is no memtable", KR(ret)); \ STORAGE_LOG(DEBUG, "ObMemtableMgr is not exist, there is no memtable", KR(ret)); \
} \ } \
return ret; \ return ret; \
} }