mirror of https://github.com/libsdl-org/SDL.git
Removed temporary debug code
This commit is contained in:
parent
a52fc209bb
commit
b775135b4f
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue