llvmpipe: remove debug printf spam in lp_setup_wait_empty_scene()

Remove some stray debug code which spams the terminal.

Signed-off-by: Brian Paul <brianp@vmware.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21994>
This commit is contained in:
Brian Paul
2023-03-17 14:31:33 -06:00
committed by Marge Bot
parent a882cf09c3
commit 75b9d0b3d8

View File

@@ -70,8 +70,6 @@ lp_setup_wait_empty_scene(struct lp_setup_context *setup)
{
/* just use the first scene if we run out */
if (setup->scenes[0]->fence) {
debug_printf("%s: wait for scene %d\n",
__func__, setup->scenes[0]->fence->id);
lp_fence_wait(setup->scenes[0]->fence);
lp_scene_end_rasterization(setup->scenes[0]);
}