From 36d4458b83fcd008fef2a856bb8e30ce95259f0c Mon Sep 17 00:00:00 2001 From: Uwe Fechner Date: Fri, 1 Nov 2024 14:55:24 +0100 Subject: [PATCH] cleanup --- src/KiteModels.jl | 1 - 1 file changed, 1 deletion(-) 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"))