mirror of https://github.com/FreeRDP/FreeRDP
Removed debug messages.
This commit is contained in:
parent
f64db12a2e
commit
32d539b706
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue