Skip to content

Commit f2a0572

Browse files
committed
Remove all debugging
1 parent 3d69b80 commit f2a0572

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/valik/search/local_prefilter.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,9 +309,10 @@ void local_prefilter(
309309
});
310310
}
311311

312+
/*
312313
if (threshold_correction > 1.0000001)
313314
seqan3::debug_stream << "Correct threshold by " << threshold_correction << '\n';
314-
315+
*/
315316
pattern_begin_positions(seq.size(), arguments.pattern_size, arguments.query_every, [&](size_t const begin)
316317
{
317318
pattern_bounds const pattern = make_pattern_bounds(begin, arguments, window_span_begin, thresholder);

0 commit comments

Comments
 (0)