mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 04:08:08 +00:00
LibWeb: Remove double comma in FrameLoader debug logging
This commit is contained in:
committed by
Linus Groh
parent
346560d7c8
commit
37903db2b4
@@ -236,7 +236,7 @@ void FrameLoader::resource_did_load()
|
||||
return;
|
||||
}
|
||||
|
||||
dbgln("I believe this content has MIME type '{}', , encoding '{}'", resource()->mime_type(), resource()->encoding());
|
||||
dbgln("I believe this content has MIME type '{}', encoding '{}'", resource()->mime_type(), resource()->encoding());
|
||||
|
||||
auto document = DOM::Document::create();
|
||||
document->set_url(url);
|
||||
|
||||
Reference in New Issue
Block a user