summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/canvas_base.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/canvas_base.c b/common/canvas_base.c
index c4203dd..4b5d7d4 100644
--- a/common/canvas_base.c
+++ b/common/canvas_base.c
@@ -1065,9 +1065,6 @@ static pixman_image_t *canvas_get_image_internal(CanvasBase *canvas, SpiceImage
pixman_image_t *surface, *converted;
pixman_format_code_t wanted_format, surface_format;
int saved_want_original;
-#ifdef DEBUG_LZ
- LOG_DEBUG("canvas_get_image image type: " << (int)descriptor->type);
-#endif
/* When touching, only really allocate if we need to cache, or
* if we're loading a GLZ stream (since those need inter-thread communication