瀏覽代碼

WebContent: Remove spammy debug message from paint handler

It polluted logs of headless-browser.
Aliaksandr Kalenik 1 年之前
父節點
當前提交
92ae90085d
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Userland/Services/WebContent/PageClient.cpp

+ 0 - 1
Userland/Services/WebContent/PageClient.cpp

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