Skip to content

Commit 00c2d45

Browse files
authored
Merge pull request #37655 from giordano/patch-1
[Artifacts] Remove debug message
2 parents 54946b0 + 83d0bec commit 00c2d45

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/Artifacts/src/Artifacts.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,6 @@ function artifact_slash_lookup(name::String, artifact_dict::Dict,
550550
artifacts_toml::String, platform::Platform)
551551
artifact_name, artifact_path_tail = split_artifact_slash(name)
552552

553-
@show platform
554553
meta = artifact_meta(artifact_name, artifact_dict, artifacts_toml; platform)
555554
if meta === nothing
556555
error("Cannot locate artifact '$(name)' in '$(artifacts_toml)'")

0 commit comments

Comments
 (0)