Skip to content

Commit 42474da

Browse files
committed
Remove extension registered message
1 parent 328c3dc commit 42474da

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/Plotly.NET.Interactive/Extension.fs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,4 @@ type FormatterKernelExtension() =
2020
interface IKernelExtension with
2121
member _.OnLoadAsync _ =
2222
registerFormatter ()
23-
24-
if isNull KernelInvocationContext.Current |> not then
25-
let message =
26-
"Added Kernel Extension including formatters for Plotly.NET charts."
27-
28-
KernelInvocationContext.Current.Display(message, "text/markdown")
29-
|> ignore
30-
3123
Task.CompletedTask

0 commit comments

Comments
 (0)