aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backends/sdl/sdl-common.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/sdl/sdl-common.cpp b/backends/sdl/sdl-common.cpp
index c71be78f3d..02932da927 100644
--- a/backends/sdl/sdl-common.cpp
+++ b/backends/sdl/sdl-common.cpp
@@ -714,7 +714,6 @@ bool OSystem_SDL_Common::poll_event(Event *event) {
return true;
case SDL_MOUSEBUTTONDOWN:
-printf("Mousedown at %d,%d, button %d\n", ev.button.x, ev.button.y, ev.button.button);
if (ev.button.button == SDL_BUTTON_LEFT)
event->event_code = EVENT_LBUTTONDOWN;
else if (ev.button.button == SDL_BUTTON_RIGHT)