Cleanup: Remove debug code

Pull Request: https://projects.blender.org/blender/blender/pulls/121643
This commit is contained in:
Jeroen Bakker
2024-05-10 10:23:39 +02:00
parent 79dfe8d37f
commit 6ad541c6b9

View File

@@ -72,9 +72,6 @@ void VKDrawList::submit()
batch_ = nullptr;
return;
}
if (command_index_ > 1) {
printf("%s: %d\n", __func__, command_index_);
}
const VKIndexBuffer *index_buffer = batch_->index_buffer_get();
const bool is_indexed = index_buffer != nullptr;