From 7481ad7388f3b45a1b53ba4ce6668a26a12c4c66 Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Fri, 23 Feb 2024 13:35:38 +0100 Subject: [PATCH] neither wait --- src/PlotlyJS.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/PlotlyJS.jl b/src/PlotlyJS.jl index 07bfb09..3a6a7d7 100644 --- a/src/PlotlyJS.jl +++ b/src/PlotlyJS.jl @@ -146,8 +146,6 @@ function __init__() end end - wait(kaleido_task) - if ccall(:jl_generating_output, Cint, ()) == 1 # ensure precompilation of packages depending on PlotlyJS finishes PlotlyKaleido.kill_kaleido()