Skip to content

Commit

Permalink
[Renderer] Removed debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
PanosK92 committed Feb 5, 2024
1 parent ee67f09 commit 1ff9624
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runtime/Rendering/Renderer_Passes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ namespace Spartan
if (is_visible)
{
renderable_occludee->SetFlag(RenderableFlags::OccludedGpu, false);
SP_LOG_INFO("False occlusion detected and removed");
}
}

Expand Down

0 comments on commit 1ff9624

Please sign in to comment.