mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 21:08:12 +00:00
Clean up some uninteresting log spam.
This commit is contained in:
parent
39c3b117c9
commit
353b191a49
8 changed files with 6 additions and 16 deletions
|
@ -37,8 +37,6 @@ void Terminal::create_window()
|
|||
}
|
||||
|
||||
m_backing = GraphicsBitmap::create_wrapper(info.size, info.pixels);
|
||||
dbgprintf("(Terminal:%d) window backing %ux%u @ %p\n", getpid(), info.size.width, info.size.height, info.pixels);
|
||||
|
||||
}
|
||||
|
||||
Terminal::Terminal()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue