mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-24 13:35:12 +00:00
LibWeb: Remove double comma in FrameLoader debug logging
This commit is contained in:
parent
346560d7c8
commit
37903db2b4
Notes:
sideshowbarker
2024-07-18 18:41:34 +09:00
Author: https://github.com/IdanHo Commit: https://github.com/SerenityOS/serenity/commit/37903db2b4e Pull-request: https://github.com/SerenityOS/serenity/pull/6876
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
Reference in a new issue