Skip to content

Commit

Permalink
remove dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Nov 6, 2023
1 parent 894d9d6 commit 86f3f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elixir_sense/core/binding.ex
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ defmodule ElixirSense.Core.Binding do
defp expand_call(env, {:union, variants}, fun, arity, include_private, stack) do
# TODO choose variant by args?
Enum.find_value(variants, fn variant ->
res = expand_call(env, variant |> dbg, fun, arity, include_private, stack)
res = expand_call(env, variant, fun, arity, include_private, stack)

if res != :none do
res
Expand Down

0 comments on commit 86f3f1f

Please sign in to comment.