Skip to content

Commit

Permalink
remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhairya Gandhi committed Jan 22, 2019
1 parent 152ce4a commit 4be08fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tracker/lib/array.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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...) =
Expand Down

0 comments on commit 4be08fe

Please sign in to comment.