compositor-drm: Remove cursor debug message
authorKristian Høgsberg <krh@bitplanet.net>
Wed, 18 Jul 2012 21:23:41 +0000 (17:23 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Wed, 18 Jul 2012 21:23:41 +0000 (17:23 -0400)
src/compositor-drm.c

index 7cec446..8ea4965 100644 (file)
@@ -695,7 +695,6 @@ drm_output_set_cursor(struct weston_output *output_base,
                        memcpy(buf + i * 64, s + i * stride,
                               es->geometry.width * 4);
 
-               weston_log("bo_write now\n");
                if (gbm_bo_write(bo, buf, sizeof buf) < 0)
                        return;