backend/drm: Remove DMA-BUF import logging

It's not an unusual situation for a dma-buf import to fail.
This commit is contained in:
Kenny Levinsen 2024-09-25 23:42:01 +02:00
parent f55eacac98
commit 8acff50508
2 changed files with 0 additions and 6 deletions

View file

@ -756,8 +756,6 @@ static bool drm_connector_state_update_primary_fb(struct wlr_drm_connector *conn
&plane->formats);
wlr_buffer_unlock(local_buf);
if (!ok) {
wlr_drm_conn_log(conn, WLR_DEBUG,
"Failed to import buffer for scan-out");
return false;
}