mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:47:35 +00:00
Browser: Don't log every content filter string when loaded
This commit is contained in:
parent
1d411a46c1
commit
23795738fb
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@ static ErrorOr<void> load_content_filters()
|
|||
while (TRY(ad_filter_list->can_read_line())) {
|
||||
auto length = TRY(ad_filter_list->read_line(buffer));
|
||||
StringView line { buffer.data(), length };
|
||||
dbgln("Content filter for {}", line);
|
||||
if (!line.is_empty())
|
||||
Browser::g_content_filters.append(line);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue