Skip to content

Commit

Permalink
Delete some mistaken logging code
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Mar 19, 2018
1 parent efad648 commit 7ce5f8d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions GPU/Vulkan/PipelineManagerVulkan.cpp
Expand Up @@ -313,10 +313,6 @@ VulkanPipeline *PipelineManagerVulkan::GetOrCreatePipeline(VkPipelineLayout layo

PROFILE_THIS_SCOPE("pipelinebuild");

std::string temp;
key.ToString(&temp);
NOTICE_LOG(G3D, "Creating: %s", temp.c_str());

VulkanPipeline *pipeline = CreateVulkanPipeline(
vulkan_->GetDevice(), pipelineCache_, layout, renderPass,
rasterKey, decFmt, vs, fs, useHwTransform, lineWidth_);
Expand Down

0 comments on commit 7ce5f8d

Please sign in to comment.