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:
Lukáš Hrázký 2018-06-06 16:32:07 +02:00
parent 87965d8dea
commit 33d9c38554

View File

@ -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 &&