diff --git a/ext/NavierStokes/io.jl b/ext/NavierStokes/io.jl index b4d6d5d..8877fd2 100644 --- a/ext/NavierStokes/io.jl +++ b/ext/NavierStokes/io.jl @@ -15,7 +15,6 @@ Reads a YAML configuration file and returns the parsed content as a dictionary. """ function read_config(filename) conf = YAML.load_file(filename) - print(conf) return conf end diff --git a/simulations/Benchmark/benchmark.jl b/simulations/Benchmark/benchmark.jl index 7f9de75..ad90bcd 100644 --- a/simulations/Benchmark/benchmark.jl +++ b/simulations/Benchmark/benchmark.jl @@ -58,7 +58,7 @@ doplot() = true ########################################################################## #src -# ## Configure logger +# ## Configure logger `` using Benchmark using Dates