diff --git a/src/lib/platform/XWindowsScreen.cpp b/src/lib/platform/XWindowsScreen.cpp index 6100e3b0..05de3efb 100644 --- a/src/lib/platform/XWindowsScreen.cpp +++ b/src/lib/platform/XWindowsScreen.cpp @@ -1391,8 +1391,6 @@ XWindowsScreen::handleSystemEvent(const Event& event, void* /*unused*/) case MotionNotify: if (m_isPrimary) { onMouseMove(xevent->xmotion); - } else if (!m_isOnScreen && (xevent->xmotion.send_event == False)) { - LOG ((CLOG_INFO "local input detected")); } return;