mirror of
https://github.com/RGBCube/serenity
synced 2025-05-25 15:55:07 +00:00
WindowServer: Remove silly debug logging on startup :^)
This commit is contained in:
parent
e91b2b8f1b
commit
340c5506b4
1 changed files with 0 additions and 6 deletions
|
@ -18,19 +18,13 @@ int main(int, char**)
|
|||
return 1;
|
||||
}
|
||||
|
||||
dbg() << "1";
|
||||
WSEventLoop loop;
|
||||
|
||||
dbg() << "2";
|
||||
auto wm_config = CConfigFile::get_for_app("WindowManager");
|
||||
dbg() << "3";
|
||||
WSScreen screen(wm_config->read_num_entry("Screen", "Width", 1024),
|
||||
wm_config->read_num_entry("Screen", "Height", 768));
|
||||
dbg() << "4";
|
||||
WSCompositor::the();
|
||||
dbg() << "5";
|
||||
auto wm = WSWindowManager::construct();
|
||||
dbg() << "6";
|
||||
|
||||
dbgprintf("Entering WindowServer main loop.\n");
|
||||
loop.exec();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue