1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 05:08:13 +00:00

WindowServer: Remove some debug spam.

This commit is contained in:
Andreas Kling 2019-02-17 08:43:49 +01:00
parent bd2fdcbbaa
commit 1056a39bd6

View file

@ -132,7 +132,6 @@ void WSWindow::on_message(WSMessage& message)
void WSWindow::set_global_cursor_tracking_enabled(bool enabled)
{
dbgprintf("WSWindow{%p} global_cursor_tracking <- %u\n", enabled);
m_global_cursor_tracking_enabled = enabled;
}