I have a module with __precompile__(false)
, and whenever I load it, I see this printed:
julia> using RossbyPlots
[ Info: Precompiling RossbyPlots [acc5d94c-3556-452d-bda2-c31719193afc]
[ Info: Skipping precompilation since __precompile__(false). Importing RossbyPlots [acc5d94c-3556-452d-bda2-c31719193afc].
I don’t find any value in this info, so I wonder if there’s a way to prevent this from being displayed?