Skip to content

Commit

Permalink
Remove VDR debug printf
Browse files Browse the repository at this point in the history
  • Loading branch information
panos-lunarg committed Jan 16, 2025
1 parent 79e0919 commit c468619
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions framework/decode/vulkan_replay_dump_resources_draw_calls.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -768,12 +768,6 @@ VkResult DrawCallsDumpingContext::DumpDrawCalls(
// Dump render targets
for (size_t cb = 0; cb < n_drawcalls; ++cb)
{
GFXRECON_LOG_INFO("Submitting CB/DC %u of %zu (idx: %" PRIu64 ") for BeginCommandBuffer: %" PRIu64,
cb,
n_drawcalls,
dc_indices[CmdBufToDCVectorIndex(cb)],
bcb_index);

VkSubmitInfo si;
si.sType = VK_STRUCTURE_TYPE_SUBMIT_INFO;
si.pNext = nullptr;
Expand Down

0 comments on commit c468619

Please sign in to comment.