output/cursor: Do not log on software cursor fallback

This commit is contained in:
Kenny Levinsen 2024-09-25 22:18:29 +02:00
parent a85eb14f1c
commit 28f851d1f8

View file

@ -428,7 +428,6 @@ bool output_cursor_set_texture(struct wlr_output_cursor *cursor,
return true;
}
wlr_log(WLR_DEBUG, "Falling back to software cursor on output '%s'", output->name);
output_disable_hardware_cursor(output);
output_cursor_damage_whole(cursor);
return true;