[BUG.FIX] remove print lbt()

This commit is contained in:
Tyshawn
2023-03-17 04:16:35 +00:00
committed by ob-robot
parent 11e7b0738b
commit ef1c90b74f

View File

@ -350,7 +350,7 @@ int ObIMemtableMgr::add_memtable_(ObTableHandleV2 &memtable_handle)
ObTaskController::get().allow_next_syslog(); ObTaskController::get().allow_next_syslog();
// FIXME : delete lbt() // FIXME : delete lbt()
STORAGE_LOG(INFO, "succeed to add memtable", KP(this), K(get_memtable_count_()), STORAGE_LOG(INFO, "succeed to add memtable", KP(this), K(get_memtable_count_()),
K(memtable_handle), K(lbt())); K(memtable_handle));
} }
} }
return ret; return ret;