kmsdrm: comment out atomic commit fast-debugging printf.

This commit is contained in:
Manuel Alfayate Corchete 2020-08-25 15:40:36 +02:00
parent 0d16761cbe
commit 3f38009b2f

View File

@ -524,7 +524,7 @@ int drm_atomic_commit(_THIS, SDL_bool blocking)
if (ret) {
SDL_SetError("Atomic commit failed, returned %d.", ret);
/* Uncomment this for fast-debugging */
printf("ATOMIC COMMIT FAILED: %d.\n", ret);
// printf("ATOMIC COMMIT FAILED: %d.\n", ret);
goto out;
}