From 1056a39bd6176ced9520037bad5fb67a528a090a Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sun, 17 Feb 2019 08:43:49 +0100 Subject: [PATCH] WindowServer: Remove some debug spam. --- WindowServer/WSWindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/WindowServer/WSWindow.cpp b/WindowServer/WSWindow.cpp index ccceaff0de..80d772e4c4 100644 --- a/WindowServer/WSWindow.cpp +++ b/WindowServer/WSWindow.cpp @@ -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; }