diff --git a/src/KiteModels.jl b/src/KiteModels.jl index abf7ae2c..4a8e61c8 100644 --- a/src/KiteModels.jl +++ b/src/KiteModels.jl @@ -676,7 +676,6 @@ end # Putting some things in `@setup_workload` instead of `@compile_workload` can reduce the size of the # precompile file and potentially make loading faster. # list = [OtherType("hello"), OtherType("world!")] - println("path: ", dirname(pathof(@__MODULE__))) path = dirname(pathof(@__MODULE__)) set_data_path(joinpath(path, "..", "data"))