Skip to content

Commit 3242b26

Browse files
committed
fix: remove printing
1 parent c2a3ab4 commit 3242b26

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/NonlinearSolveGridapPETScExt.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ function SciMLBase.__solve(
101101
end
102102
show_trace isa Val{true} && push!(petsc_args, "-snes_monitor")
103103

104-
@show petsc_args
105-
106104
# TODO: We can reuse the cache returned from this function
107105
sol_u = GridapPETSc.with(args = petsc_args) do
108106
sol_u = copy(u0)

0 commit comments

Comments
 (0)