Remove chatty debug log

This commit is contained in:
Simon Ser 2019-12-12 23:26:05 +01:00
parent d8c20ddac2
commit dcca965fc1
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48

View file

@ -156,8 +156,6 @@ static bool plane_set_prop(struct liftoff_plane *plane, drmModeAtomicReq *req,
{
int ret;
liftoff_log(LIFTOFF_DEBUG, " Setting %s = %"PRIu64,
prop->name, value);
ret = drmModeAtomicAddProperty(req, plane->id, prop->id, value);
if (ret < 0) {
liftoff_log_errno(LIFTOFF_ERROR, "drmModeAtomicAddProperty");