Skip to content

Commit 925a3f8

Browse files
Merge branch 'master' into ChrisRackauckas-patch-1
2 parents 46e2d32 + d021f2e commit 925a3f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/NonlinearSolveBase/src/abstract_types.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ function reinit! end
1010
function reinit_self! end
1111

1212
function reinit!(x::Any; kwargs...)
13-
@debug "`InternalAPI.reinit!` is not implemented for $(typeof(x))."
13+
#@debug "`InternalAPI.reinit!` is not implemented for $(typeof(x))."
1414
return
1515
end
1616
function reinit_self!(x::Any; kwargs...)
17-
@debug "`InternalAPI.reinit_self!` is not implemented for $(typeof(x))."
17+
#@debug "`InternalAPI.reinit_self!` is not implemented for $(typeof(x))."
1818
return
1919
end
2020

0 commit comments

Comments
 (0)