Skip to content

Commit

Permalink
remove debug print call in process_sysimg_args! (#56983)
Browse files Browse the repository at this point in the history
I assume leaving this in was not intentional?
  • Loading branch information
JeffBezanson authored Jan 8, 2025
1 parent 70aef64 commit d54f246
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion base/Base_compiler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ baremodule BuildSettings end
function process_sysimg_args!()
let i = 2 # skip file name
while i <= length(Core.ARGS)
Core.println(Core.ARGS[i])
if Core.ARGS[i] == "--buildsettings"
include(BuildSettings, ARGS[i+1])
elseif Core.ARGS[i] == "--buildroot"
Expand Down

0 comments on commit d54f246

Please sign in to comment.