Skip to content

Commit

Permalink
Merge pull request #264 from jaakkor2/patch-1
Browse files Browse the repository at this point in the history
Remove precompile info to prevent precompile warning
  • Loading branch information
cormullion committed Jun 5, 2023
2 parents 375bb99 + 53b2809 commit 261f2d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/precompile.jl
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 261f2d2

Please sign in to comment.