Skip to content

Commit

Permalink
Remove debug @shows in tests (JuliaLang#52983)
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Jan 20, 2024
1 parent 63188d5 commit 6246074
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/relocatedepot.jl
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,6 @@ if !test_relocated_depot
using Example2
srcfile1 = joinpath(pkgdir(Example1), "src", "Example1.jl")
srcfile2 = joinpath(pkgdir(Example2), "src", "Example2.jl")
@show srcfile1
@show srcfile2
include_dependency(srcfile1)
include_dependency(srcfile2)
end
Expand Down

0 comments on commit 6246074

Please sign in to comment.