Skip to content

Commit f9d61d6

Browse files
committed
remove logging
1 parent 9578bce commit f9d61d6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/fasteval.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,7 @@ function DynamicPPL.get_param_eltype(
122122
if leaf_ctx isa FastEvalVectorContext
123123
return eltype(leaf_ctx.params)
124124
elseif leaf_ctx isa InitContext{<:Any,<:InitFromParams}
125-
eltype = DynamicPPL.infer_nested_eltype(leaf_ctx.strategy.params)
126-
@info "Inferring parameter eltype as $eltype from InitContext"
127-
return eltype
125+
return DynamicPPL.infer_nested_eltype(leaf_ctx.strategy.params)
128126
else
129127
error(
130128
"OnlyAccsVarInfo can only be used with FastEval contexts, found $(typeof(leaf_ctx))",

0 commit comments

Comments
 (0)