zink: remove debug printf

accidentally left this in while bisecting

Fixes: 929a748401 ("zink: avoid hashing states without descriptors")

Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Acked-by: Jason Ekstrand <jason@jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9564>
This commit is contained in:
Mike Blumenkrantz 2021-03-12 12:19:53 -05:00 committed by Marge Bot
parent 862671369d
commit 45e6fcef4b
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ update_descriptor_stage_state(struct zink_context *ctx, enum pipe_shader_type sh
static void
update_descriptor_state(struct zink_context *ctx, enum zink_descriptor_type type, bool is_compute)
{printf("UPDATE\n");
{
/* we shouldn't be calling this if we don't have to */
assert(!ctx->descriptor_states[is_compute].valid[type]);
bool has_any_usage = false;