diff --git a/src/rcore_desktop_sdl.c b/src/rcore_desktop_sdl.c index b080ce933..7f593abcb 100644 --- a/src/rcore_desktop_sdl.c +++ b/src/rcore_desktop_sdl.c @@ -356,7 +356,6 @@ int GetMonitorCount(void) // Get number of monitors int GetCurrentMonitor(void) { - TRACELOG(LOG_WARNING, "Running on sdl"); return SDL_GetWindowDisplayIndex(platform.window); }