remove traceloog in GetCurrentMonitor

This commit is contained in:
דור שפירא 2023-10-17 00:07:10 +03:00
parent a571563b7b
commit 30b44c6ce5

View File

@ -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);
}