Skip to content

Commit c400c00

Browse files
committed
drop a dangling show
1 parent c2b9690 commit c400c00

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/variables.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ function varmap_to_vars(varmap, varlist; defaults = Dict(), check = true,
8484
container_type = Array
8585
end
8686

87-
@show container_type
88-
8987
vals = if eltype(varmap) <: Pair # `varmap` is a dict or an array of pairs
9088
varmap = todict(varmap)
9189
_varmap_to_vars(varmap, varlist; defaults = defaults, check = check,

0 commit comments

Comments
 (0)