Skip to content

Commit d54f246

Browse files
authored
remove debug print call in process_sysimg_args! (#56983)
I assume leaving this in was not intentional?
1 parent 70aef64 commit d54f246

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

base/Base_compiler.jl

-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@ baremodule BuildSettings end
276276
function process_sysimg_args!()
277277
let i = 2 # skip file name
278278
while i <= length(Core.ARGS)
279-
Core.println(Core.ARGS[i])
280279
if Core.ARGS[i] == "--buildsettings"
281280
include(BuildSettings, ARGS[i+1])
282281
elseif Core.ARGS[i] == "--buildroot"

0 commit comments

Comments
 (0)