remove noisy debug log

This commit is contained in:
Timothy Stack 2020-09-18 09:41:35 -07:00
parent 7d886a4e29
commit ba4b31b24a
1 changed files with 0 additions and 1 deletions

View File

@ -584,7 +584,6 @@ log_format::scan_result_t external_log_format::scan(logfile &lf,
if (!pat->match(pc, pi, PCRE_NO_UTF8_CHECK)) {
if (!this->lf_pattern_locks.empty() && pat_index != -1) {
log_debug("no match on pattern %d", pat_index);
curr_fmt = -1;
pat_index = -1;
}