n2va/vk: Drop debug message

This commit is contained in:
Matt Borgerson 2024-07-26 17:21:01 -07:00 committed by mborgerson
parent 27531ec1ca
commit 1973ed7f58
1 changed files with 0 additions and 2 deletions

View File

@ -115,8 +115,6 @@ static void pipeline_cache_entry_post_evict(Lru *lru, LruNode *node)
vkDestroyPipelineLayout(r->device, snode->layout, NULL);
snode->layout = VK_NULL_HANDLE;
fprintf(stderr, "released pipeline\n");
}
static bool pipeline_cache_entry_compare(Lru *lru, LruNode *node, void *key)