diff --git a/base/precompilation.jl b/base/precompilation.jl index a6be5d4c59e83..d5dbe795d4d4e 100644 --- a/base/precompilation.jl +++ b/base/precompilation.jl @@ -835,8 +835,6 @@ function _precompilepkgs(pkgs::Union{Vector{String}, Vector{PkgId}}, if single_requested_pkg && (liveprinting || !isempty(str)) @lock print_lock begin if !liveprinting - printpkgstyle(io, :Info, "Given $(pkg.name) was explicitly requested, output will be shown live $ansi_cleartoendofline", - color = Base.info_color()) liveprinting = true pkg_liveprinted[] = pkg end