Skip to content

Commit c009004

Browse files
author
maze
committed
fixing code coverage
1 parent 893fbfb commit c009004

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

lib/fledex/animation/animator.ex

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)