Skip to content

Commit

Permalink
remove traceloog in GetCurrentMonitor
Browse files Browse the repository at this point in the history
  • Loading branch information
sDos280 committed Oct 16, 2023
1 parent a571563 commit 30b44c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rcore_desktop_sdl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 30b44c6

Please sign in to comment.