mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-11 10:40:45 +00:00
Remove excessive logging of an area being drawn
Removes debug messages that are logged on every draw, spamming the log excessively when debugging. Signed-off-by: Lukáš Hrázký <lhrazky@redhat.com> Acked-by: Christophe Fergeau <cfergeau@redhat.com>
This commit is contained in:
parent
87965d8dea
commit
33d9c38554
@ -1989,9 +1989,6 @@ void display_channel_draw(DisplayChannel *display, const SpiceRect *area, int su
|
||||
RedSurface *surface;
|
||||
Drawable *last;
|
||||
|
||||
spice_debug("surface %d: area ==>", surface_id);
|
||||
rect_debug(area);
|
||||
|
||||
spice_return_if_fail(surface_id >= 0 && surface_id < NUM_SURFACES);
|
||||
spice_return_if_fail(area);
|
||||
spice_return_if_fail(area->left >= 0 && area->top >= 0 &&
|
||||
|
||||
Loading…
Reference in New Issue
Block a user