Skip to content

Commit 8e82f03

Browse files
committed
remove bad getproperty
1 parent aa5a610 commit 8e82f03

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

lib/NonlinearSolveBase/src/verbosity.jl

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -305,16 +305,3 @@ end
305305
end
306306
end
307307

308-
function Base.getproperty(verbosity::NonlinearVerbosity, name::Symbol)
309-
# Check if this is a group name
310-
if name === :error_control
311-
return group_options(verbosity, :error_control)
312-
elseif name === :performance
313-
return group_options(verbosity, :performance)
314-
elseif name === :numerical
315-
return group_options(verbosity, :numerical)
316-
else
317-
# Fall back to default field access
318-
return getfield(verbosity, name)
319-
end
320-
end

0 commit comments

Comments
 (0)