Skip to content

Commit 6d64340

Browse files
committed
remove forgotten debug line
1 parent 236b990 commit 6d64340

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/composition/learning_networks/inspection.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ List all (immediate) children of node `N` in the ancestor graph of `y`
1515
children(N::AbstractNode, y::AbstractNode) = filter(nodes(y)) do Z
1616
t = MMI.isrepresented(N, MLJBase.args(Z)) ||
1717
MMI.isrepresented(N, MLJBase.train_args(Z))
18-
@show Z t
1918
end |> unique
2019

2120
@constant X = source()

0 commit comments

Comments
 (0)