diff --git a/.pick_status.json b/.pick_status.json index bdeed4a564c..8fdba09c622 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -14,7 +14,7 @@ "description": "zink: clean up accidental debug print", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "19e8df39b62a26ae55273de7b4866c24d1657dda", "notes": null diff --git a/src/gallium/drivers/zink/zink_kopper.c b/src/gallium/drivers/zink/zink_kopper.c index afa7bb48907..a46927a84bf 100644 --- a/src/gallium/drivers/zink/zink_kopper.c +++ b/src/gallium/drivers/zink/zink_kopper.c @@ -1128,8 +1128,6 @@ zink_kopper_set_swap_interval(struct pipe_screen *pscreen, struct pipe_resource { struct zink_resource *res = zink_resource(pres); struct zink_screen *screen = zink_screen(pscreen); - if (!res->obj->dt) - fprintf(stderr, "NOT SWAPCHAIN %p\n", res); assert(res->obj->dt); struct kopper_displaytarget *cdt = res->obj->dt; VkPresentModeKHR old_present_mode = cdt->present_mode;