Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit a850584

Browse files
committed
Remove debug output
1 parent 4c1d33c commit a850584

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/GitHub.Api/Tasks/ConcurrentExclusiveInterleave.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,6 @@ internal void NotifyOfNewWork()
158158
/// <remarks>This has been separated out into its own method to improve the Parallel Tasks window experience.</remarks>
159159
private void ConcurrentExclusiveInterleaveProcessor()
160160
{
161-
Logging.LogHelper.GetLogger<ConcurrentExclusiveInterleave>().Trace("ConcurrentExclusiveInterleaveProcessor");
162-
163161
if (token.IsCancellationRequested) return;
164162
interleaveTaskScheduler.ThreadToExclude = Thread.CurrentThread.ManagedThreadId;
165163

0 commit comments

Comments
 (0)