Skip to content

Commit

Permalink
Remove testing @show
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Aug 2, 2019
1 parent 8655b0c commit 95de02f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Artifacts.jl
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,6 @@ function find_artifacts_toml(path::String)

# Run until we hit the root directory.
while dirname(path) != path
@show path
# Also check for `JuliaArtifacts.toml`, preferring that as it's more specific
artifacts_toml_path = joinpath(path, "JuliaArtifacts.toml")
if isfile(artifacts_toml_path)
Expand Down

0 comments on commit 95de02f

Please sign in to comment.