Skip to content

Commit

Permalink
clear
Browse files Browse the repository at this point in the history
  • Loading branch information
colombod committed May 26, 2023
1 parent c374bb2 commit 12e1711
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Microsoft.DotNet.Interactive/KernelScheduler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using FluentAssertions;
using Pocket;

namespace Microsoft.DotNet.Interactive;
Expand Down Expand Up @@ -130,8 +129,6 @@ private void ScheduledOperationRunLoop(object _)

private void Run(ScheduledOperation operation)
{
_currentlyRunningTopLevelOperation ??= operation;

using var logOp = Log.OnEnterAndConfirmOnExit();
logOp.Info("{value}", operation.Value);

Expand Down

0 comments on commit 12e1711

Please sign in to comment.