Skip to content

Commit 25f5ba5

Browse files
committed
remove code
1 parent d87ded5 commit 25f5ba5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Microsoft.DotNet.Interactive/KernelInvocationContext.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -278,9 +278,6 @@ public void Publish(KernelEvent @event, bool publishOnAmbientContextOnly)
278278

279279
private bool TryGetChildCommandEvents(KernelCommand command, out ReplaySubject<KernelEvent> events)
280280
{
281-
// events = _childCommands.FirstOrDefault(e => KernelCommandTokenComparer.Instance.Equals(e.Key, command))
282-
// .Value;
283-
// return events is not null;
284281
return _childCommands.TryGetValue(command, out events);
285282
}
286283

0 commit comments

Comments
 (0)