Removed temporary debug code

This commit is contained in:
Sam Lantinga
2025-01-21 08:57:08 -08:00
parent a52fc209bb
commit b775135b4f

View File

@@ -360,7 +360,6 @@ static bool SDL_CreateWindowTexture(SDL_VideoDevice *_this, SDL_Window *window,
}
}
}
SDL_Log("render_driver == '%s'", render_driver);
// Check to see if there's a specific driver requested
if (render_driver) {