mirror of
https://github.com/isar/libmdbx.git
synced 2024-10-29 23:19:20 +08:00
mdbx-testsing: отлючение лишнего/временного отладочного вывода.
This commit is contained in:
parent
fe31958d46
commit
f335a16c92
@ -1198,7 +1198,7 @@ int testcase::remove(const keygen::buffer &akey, const keygen::buffer &adata) {
|
||||
}
|
||||
|
||||
#if SPECULUM_CURSORS
|
||||
speculum_render(it_found, speculum_cursors[seek_check].get());
|
||||
// speculum_render(it_found, speculum_cursors[seek_check].get());
|
||||
if (it_found != speculum.begin()) {
|
||||
const auto cursor_prev = speculum_cursors[prev].get();
|
||||
auto it_prev = it_found;
|
||||
|
Loading…
Reference in New Issue
Block a user