File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -200,14 +200,14 @@ defmodule Fledex.Animation.Animator do
200200 @ spec handle_cast ( { :change_config , config_t } , state_t ) :: { :noreply , state_t }
201201 def handle_cast (
202202 { :change_config , config } ,
203- % { strip_name: strip_name , animation_name: animation_name } = state
203+ % { strip_name: _strip_name , animation_name: _animation_name } = state
204204 ) do
205- Logger . debug (
206- "changing animation: #{ inspect ( { strip_name , animation_name , self ( ) } ) } " ,
207- Map . filter ( state , fn { key , _val } ->
208- key in [ :strip_name , :strip_server , :animation_name , :type ]
209- end )
210- )
205+ # Logger.debug(
206+ # "changing animation: #{inspect({strip_name, animation_name, self()})}",
207+ # Map.filter(state, fn {key, _val} ->
208+ # key in [:strip_name, :strip_server, :animation_name, :type]
209+ # end)
210+ # )
211211
212212 state =
213213 state
You can’t perform that action at this time.
0 commit comments