remove debug statement

This commit is contained in:
Dhairya Gandhi 2019-01-22 17:29:12 +05:30
parent 152ce4a164
commit 4be08fe194
1 changed files with 0 additions and 2 deletions

View File

@ -148,8 +148,6 @@ function combinations(xs, n)
[[x, c...] for x in xs, c in cs]
end
combinations([AbstractArray, TrackedArray], 2)
for i = 0:2, c = combinations([:AbstractArray, :TrackedArray], i), f = [:hcat, :vcat]
cnames = map(_ -> gensym(), c)
@eval Base.$f($([:($x::$c) for (x, c) in zip(cnames, c)]...), x::TrackedArray, xs::AbstractArray...) =