mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 18:20:43 +09:00
WebContent: Remove spammy debug message from paint handler
It polluted logs of headless-browser.
This commit is contained in:
parent
8a4416837a
commit
92ae90085d
Notes:
sideshowbarker
2024-07-17 06:51:48 +09:00
Author: https://github.com/kalenikaliaksandr
Commit: 92ae90085d
Pull-request: https://github.com/SerenityOS/serenity/pull/22436
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@ PageClient::PageClient(PageHost& owner, u64 id)
|
|||
|
||||
m_repaint_timer = Web::Platform::Timer::create_single_shot(0, [this] {
|
||||
if (!client().backing_stores().back_bitmap) {
|
||||
warnln("Skip painting because back bitmap is not initialized");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue