1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 08:54:58 +00:00

WebContent: Remove spammy debug message from paint handler

It polluted logs of headless-browser.
This commit is contained in:
Aliaksandr Kalenik 2023-12-26 05:53:25 +01:00 committed by Andreas Kling
parent 8a4416837a
commit 92ae90085d

View file

@ -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;
}