Skip to content

Commit

Permalink
Remove IO.inspect
Browse files Browse the repository at this point in the history
  • Loading branch information
supernintendo committed Dec 11, 2023
1 parent abec708 commit d7158b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/live_view_native/templates.ex
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ defmodule LiveViewNative.Templates do
|> Floki.traverse_and_update(%{}, &extract_class_names/2)
|> elem(1)
|> Map.keys()
|> IO.inspect()
end

defp extract_class_names(node, acc) do
Expand Down

0 comments on commit d7158b8

Please sign in to comment.