diff --git a/src/mir_window.c b/src/mir_window.c index 44aa07bd7..0c40c668e 100644 --- a/src/mir_window.c +++ b/src/mir_window.c @@ -201,8 +201,6 @@ void HandleMouseButton(_GLFWwindow* window, int pressed, MirMotionButton button) last_button = glfw_button; - printf("WE HAVE TO GET HERE\n"); - // FIXME Get the modifiers _glfwInputMouseClick(window, glfw_button, pressed, 0); }