mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-15 23:09:05 +00:00
Browser: Don't log every content filter string when loaded
This commit is contained in:
parent
1d411a46c1
commit
23795738fb
Notes:
sideshowbarker
2024-07-17 19:45:23 +09:00
Author: https://github.com/awesomekling
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