mirror of
https://github.com/RGBCube/serenity
synced 2025-05-25 20: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;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
dbg() << "1";
|
|
||||||
WSEventLoop loop;
|
WSEventLoop loop;
|
||||||
|
|
||||||
dbg() << "2";
|
|
||||||
auto wm_config = CConfigFile::get_for_app("WindowManager");
|
auto wm_config = CConfigFile::get_for_app("WindowManager");
|
||||||
dbg() << "3";
|
|
||||||
WSScreen screen(wm_config->read_num_entry("Screen", "Width", 1024),
|
WSScreen screen(wm_config->read_num_entry("Screen", "Width", 1024),
|
||||||
wm_config->read_num_entry("Screen", "Height", 768));
|
wm_config->read_num_entry("Screen", "Height", 768));
|
||||||
dbg() << "4";
|
|
||||||
WSCompositor::the();
|
WSCompositor::the();
|
||||||
dbg() << "5";
|
|
||||||
auto wm = WSWindowManager::construct();
|
auto wm = WSWindowManager::construct();
|
||||||
dbg() << "6";
|
|
||||||
|
|
||||||
dbgprintf("Entering WindowServer main loop.\n");
|
dbgprintf("Entering WindowServer main loop.\n");
|
||||||
loop.exec();
|
loop.exec();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue