compositor-drm: Remove cursor debug message

This commit is contained in:
Kristian Høgsberg
2012-07-18 17:23:41 -04:00
parent 1f5de35482
commit 70a11b131d
-1
View File
@@ -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;