Remove debug print

This commit is contained in:
Nobuyoshi Nakada 2024-11-01 02:02:10 +09:00
parent eedb9ac7b8
commit 4bcfff07ab
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465
Notes: git 2024-10-31 17:33:35 +00:00

View File

@ -61,7 +61,6 @@ File.foreach("#{gem_dir}/bundled_gems") do |line|
if load_path
libs = IO.popen([ruby, "-e", "old = $:.dup; require '#{toplib}'; puts $:-old"], &:read)
next unless $?.success?
puts libs
ENV["RUBYLIB"] = [libs.split("\n"), rubylib].join(File::PATH_SEPARATOR)
else
ENV["RUBYLIB"] = rubylib