Skip to content

Commit

Permalink
remove cc debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd committed May 27, 2024
1 parent b91eafb commit 482b01d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/csharp/Pester/Tracing/CodeCoverageTracer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ public void Trace(string message, IScriptExtent extent, ScriptBlock _, int __, s
}
}

if (_debug) {
Console.WriteLine($">>> CC");
}

// ignore unbound scriptblocks
if (extent?.File == null)
return;
Expand Down

0 comments on commit 482b01d

Please sign in to comment.