nvk: Drop printing of NAK shaders

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24998>
This commit is contained in:
Faith Ekstrand 2023-04-20 12:58:03 -05:00 committed by Marge Bot
parent 9daa595ee3
commit a41ab7535e

View file

@ -1236,10 +1236,6 @@ nvk_compile_nir_with_nak(struct nvk_physical_device *pdev,
shader->code_ptr = (void *)bin->code;
shader->code_size = bin->code_size;
#ifndef NDEBUG
nvk_shader_dump(shader);
#endif
return VK_SUCCESS;
}