mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:28:12 +00:00
BrowserSettings: Remove overly verbose dbgln statement
This is a bit much, especially with 850+ filters.
This commit is contained in:
parent
4fdd916f26
commit
5d15fdd6e6
1 changed files with 0 additions and 1 deletions
|
@ -33,7 +33,6 @@ ErrorOr<void> DomainListModel::load()
|
|||
auto buffer = TRY(ByteBuffer::create_uninitialized(4096));
|
||||
while (TRY(content_filter_list->can_read_line())) {
|
||||
auto line = TRY(content_filter_list->read_line(buffer));
|
||||
dbgln("Content filter for {}", line);
|
||||
if (!line.is_empty())
|
||||
m_domain_list.append(line);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue