Skip to content

Commit

Permalink
chore: remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunderscore committed Aug 9, 2024
1 parent 37edc97 commit 19ec6c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Editor/PreviewSystem/Rendering/ProxyPipeline.cs
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,6 @@ await Task.WhenAll(_stages.SelectMany(s => s.NodeTasks))
public void OnFrame()
{
if (!IsReady) return;

Debug.WriteLine("OnFrame");

foreach (var pair in _proxies)
{
Expand Down

0 comments on commit 19ec6c5

Please sign in to comment.