Skip to content

Commit f0c7b88

Browse files
committed
remove debug print
1 parent a964611 commit f0c7b88

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Nonlinear/ReverseAD/graph_tools.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,6 @@ function _compute_hessian_sparsity(
327327
union!(child_group_variables[child_group_idx], sub_vars)
328328
end
329329
end
330-
331-
println(child_group_variables)
332330
_add_hessian_edges!(edge_list, interactions, child_group_variables)
333331
elseif nod.type == Nonlinear.NODE_SUBEXPRESSION
334332
for ij in subexpression_edgelist[nod.index]

0 commit comments

Comments
 (0)