mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 05:48:12 +00:00
LibWeb: Remove double comma in FrameLoader debug logging
This commit is contained in:
parent
346560d7c8
commit
37903db2b4
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue