From dbe7ad2c4cb6db44ba45160b05497f0936f1d1d9 Mon Sep 17 00:00:00 2001 From: ThomasBreuer Date: Mon, 19 Jun 2023 23:42:32 +0200 Subject: [PATCH] address a comment --- src/packages.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/packages.jl b/src/packages.jl index 502c488a..5f23f883 100644 --- a/src/packages.jl +++ b/src/packages.jl @@ -150,7 +150,6 @@ function load(spec::String, version::String = ""; install::Bool = false, quiet:: #TODO: What shall happen when `spec` is a symbolic link that points to # the installation path of the loaded package? - # Call `Wrappers.SetPackagePath`. # First save the available records for the package in question, ... old_records = nothing if Wrappers.ISB_REC(gap_info.PackagesInfo, rnam_pkgname)