Skip to content

Commit fa66b63

Browse files
authored
remove another log spam from precompilepkg code (#59698)
The program doesn't need to tell you it is doing do what you just told it to do. It should just do it.
1 parent e16dfe2 commit fa66b63

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

base/precompilation.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -843,8 +843,6 @@ function _precompilepkgs(pkgs::Union{Vector{String}, Vector{PkgId}},
843843
if single_requested_pkg && (liveprinting || !isempty(str))
844844
@lock print_lock begin
845845
if !liveprinting
846-
printpkgstyle(io, :Info, "Given $(pkg.name) was explicitly requested, output will be shown live $ansi_cleartoendofline",
847-
color = Base.info_color())
848846
liveprinting = true
849847
pkg_liveprinted[] = pkg
850848
end

0 commit comments

Comments
 (0)