mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Delete some mistaken logging code
This commit is contained in:
parent
efad648de2
commit
7ce5f8d29c
1 changed files with 0 additions and 4 deletions
|
@ -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_);
|
||||
|
|
Loading…
Add table
Reference in a new issue