From 53b2809f38a259385eed8641707840d85404732b Mon Sep 17 00:00:00 2001 From: Jaakko Ruohio Date: Mon, 5 Jun 2023 07:42:04 +0300 Subject: [PATCH] Remove precompile info to prevent precompile warning --- src/precompile.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/precompile.jl b/src/precompile.jl index d579b847..189b0a7b 100644 --- a/src/precompile.jl +++ b/src/precompile.jl @@ -1,7 +1,5 @@ import PrecompileTools -@info "PrecompileTools is analyzing Luxor.jl code..." - PrecompileTools.@compile_workload begin ngon(O, 100, 3, vertices=true) @draw circle(1.0, 1.2, 1.9, action=:fill)