diff --git a/src/Microsoft.DotNet.Interactive/KernelScheduler.cs b/src/Microsoft.DotNet.Interactive/KernelScheduler.cs index 02ca9edbf9..4283c71d06 100644 --- a/src/Microsoft.DotNet.Interactive/KernelScheduler.cs +++ b/src/Microsoft.DotNet.Interactive/KernelScheduler.cs @@ -7,7 +7,6 @@ using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; -using FluentAssertions; using Pocket; namespace Microsoft.DotNet.Interactive; @@ -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);