Skip to content

Commit 83d0bec

Browse files
authored
[Artifacts] Remove debug message
1 parent 54946b0 commit 83d0bec

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)