cocoa: Removed a debug printf call.

This commit is contained in:
Ryan C. Gordon 2021-11-21 00:21:41 -05:00
parent 18715acb55
commit ceb9e9a809
1 changed files with 0 additions and 1 deletions

View File

@ -1166,7 +1166,6 @@ Cocoa_SendMouseButtonClicks(SDL_Mouse * mouse, NSEvent *theEvent, SDL_Window * w
if ( focus && ([theEvent window] == ((SDL_WindowData *) focus->driverdata)->nswindow) ) {
rc = SDL_SendMouseButtonClicks(window, mouseID, state, button, clicks);
} else {
printf("BACKGROUND CLICK!\n"); fflush(stdout);
const int orig_x = mouse->x;
const int orig_y = mouse->y;
const NSPoint point = [theEvent locationInWindow];