close free log print
This commit is contained in:
@ -519,10 +519,6 @@ void ObTenantCtxAllocator::common_free(void *ptr)
|
||||
const bool do_free = true;
|
||||
#endif
|
||||
if (do_free) {
|
||||
auto blk_mgr = os->get_block_mgr();
|
||||
int64_t tenant_id = blk_mgr->get_tenant_id();
|
||||
int64_t ctx_id = blk_mgr->get_ctx_id();
|
||||
ObFreeLogPrinter::get_instance().print_free_log(tenant_id, ctx_id, obj);
|
||||
os->free_object(obj);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user