mirror of
https://github.com/RGBCube/serenity
synced 2025-07-23 06:07:34 +00:00
WindowServer: Remove some debug spam.
This commit is contained in:
parent
bd2fdcbbaa
commit
1056a39bd6
1 changed files with 0 additions and 1 deletions
|
@ -132,7 +132,6 @@ void WSWindow::on_message(WSMessage& message)
|
||||||
|
|
||||||
void WSWindow::set_global_cursor_tracking_enabled(bool enabled)
|
void WSWindow::set_global_cursor_tracking_enabled(bool enabled)
|
||||||
{
|
{
|
||||||
dbgprintf("WSWindow{%p} global_cursor_tracking <- %u\n", enabled);
|
|
||||||
m_global_cursor_tracking_enabled = enabled;
|
m_global_cursor_tracking_enabled = enabled;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue