Skip to content

Commit

Permalink
remove "skipping mtime check..." debug output (JuliaLang#51441)
Browse files Browse the repository at this point in the history
This doesn't really serve any purpose to have and it gets very spammy.
  • Loading branch information
KristofferC authored Sep 25, 2023
1 parent 3c0d480 commit 66e83e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion base/loading.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3127,7 +3127,6 @@ end
_f = fixup_stdlib_path(f)
if isfile(_f) && startswith(_f, Sys.STDLIB)
# mtime is changed by extraction
@debug "Skipping mtime check for file $f used by $cachefile, since it is a stdlib"
continue
end
@debug "Rejecting stale cache file $cachefile because file $f does not exist"
Expand Down

0 comments on commit 66e83e7

Please sign in to comment.