compositor-drm: Remove cursor debug message

Kristian Høgsberg 12 years ago
parent 1f5de35482
commit 70a11b131d
  1. 1
      src/compositor-drm.c

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

Loading…
Cancel
Save