Skip to content

Commit

Permalink
removed debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
torfjelde committed Nov 13, 2023
1 parent 5179f6f commit 9f632bb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/varnamevector.jl
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,6 @@ end
end

test_varnames_iter = combinations(collect(keys(test_pairs)), 2)
@info "Testing varnames" collect(
map(Base.Fix1(convert, Vector{VarName}), test_varnames_iter)
)
@testset "$(vn_left) and $(vn_right)" for (vn_left, vn_right) in test_varnames_iter
val_left = test_pairs[vn_left]
val_right = test_pairs[vn_right]
Expand Down

0 comments on commit 9f632bb

Please sign in to comment.