mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
grep: Remove a leftover debug line
This commit is contained in:
parent
cda4034b46
commit
f7dc4396c8
Notes:
sideshowbarker
2024-07-16 22:41:17 +09:00
Author: https://github.com/timschumi
Commit: f7dc4396c8
Pull-request: https://github.com/SerenityOS/serenity/pull/17931
1 changed files with 0 additions and 1 deletions
|
@ -320,7 +320,6 @@ ErrorOr<int> serenity_main(Main::Arguments args)
|
|||
Vector<Regex<PosixBasic>> regular_expressions;
|
||||
for (auto pattern : patterns) {
|
||||
auto escaped_pattern = (fixed_strings) ? escape_characters(pattern, basic_special_characters) : pattern;
|
||||
dbgln("'{}'", escaped_pattern);
|
||||
regular_expressions.append(Regex<PosixBasic>(escaped_pattern, options));
|
||||
}
|
||||
return grep_logic(regular_expressions);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue