Remove debugging line

This commit is contained in:
2026-08-04 07:50:28 +01:00
parent 0bfa9300db
commit e253fa0efb
-2
View File
@@ -104,8 +104,6 @@ std::vector<RegexMatch> Vase::_regex_search(
uint64_t start_offset = offset_of(range.start); uint64_t start_offset = offset_of(range.start);
uint64_t end_offset = offset_of(range.end); uint64_t end_offset = offset_of(range.end);
std::cout << (int)start_offset << ":" << (int)end_offset;
ChunkIterator it(root, Direction::Forward); ChunkIterator it(root, Direction::Forward);
it.seek_offset(start_offset); it.seek_offset(start_offset);