From 12e1711ff2e073d644e2b577a86e90a0a4f87095 Mon Sep 17 00:00:00 2001 From: Diego Colombo Date: Fri, 26 May 2023 21:28:54 +0100 Subject: [PATCH] clear --- src/Microsoft.DotNet.Interactive/KernelScheduler.cs | 3 --- 1 file changed, 3 deletions(-) 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);