Skip to content

Commit

Permalink
add missing debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed Apr 2, 2024
1 parent 92553de commit 25771ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/simulation/simulation_sequence.jl
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ function _add_feedforward_to_model(
),
)
end
@debug "attaching $T to $(PSI.get_component_type(ff)) $(PSI.get_feedforward_meta(ff))"
attach_feedforward!(service_model, ff)
else
service_found = false
Expand Down

0 comments on commit 25771ec

Please sign in to comment.