Skip to content

Commit

Permalink
Remove leftover print
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Gerstmann committed Nov 26, 2024
1 parent f528e64 commit 54d9450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/vulkan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ WEAK int halide_vulkan_device_sync(void *user_context, halide_buffer_t *) {
}

WEAK int halide_vulkan_device_release(void *user_context) {
print(user_context)
debug(user_context)
<< "halide_vulkan_device_release (user_context: " << user_context << ")\n";

VulkanMemoryAllocator *allocator = nullptr;
Expand Down

0 comments on commit 54d9450

Please sign in to comment.