Removed debug messages.

This commit is contained in:
Armin Novak 2019-01-29 13:34:27 +01:00
parent f64db12a2e
commit 32d539b706
1 changed files with 0 additions and 3 deletions

View File

@ -1021,9 +1021,6 @@ UwacReturnCode UwacSeatSetMouseCursor(UwacSeat* seat, const void* data, size_t l
if (!seat)
return UWAC_ERROR_CLOSED;
fprintf(stderr, "%s: %p\n", __func__, data);
fflush(stderr);
free(seat->pointer_image);
seat->pointer_image = NULL;