Skip to content
Snippets Groups Projects
Commit cbc9e1c3 authored by deuce's avatar deuce
Browse files

Remove debug output.

parent 5a7449ab
No related branches found
No related tags found
No related merge requests found
......@@ -1461,7 +1461,6 @@ int sdl_video_event_thread(void *data)
SDL_Event ev;
int new_scaling = -1;
int old_scaling = vstat.scaling;
fprintf(stderr, "At start, scaling is %d\n", old_scaling);
if(!init_sdl_video()) {
char driver[16];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment