[oops] remove leftover debug log

This commit is contained in:
Timothy Stack 2022-06-04 15:46:00 -07:00
parent 60251dda84
commit 0b6de5ae31
1 changed files with 0 additions and 4 deletions

View File

@ -260,8 +260,6 @@ logfile::process_prefix(shared_buffer_ref& sbr, const line_info& li)
}
}
log_debug("match found %d %d", found, li.li_file_range.fr_offset);
switch (found) {
case log_format::SCAN_MATCH:
if (!this->lf_index.empty()) {
@ -330,8 +328,6 @@ logfile::process_prefix(shared_buffer_ref& sbr, const line_info& li)
break;
}
log_debug("index size %d", this->lf_index.size());
return retval;
}